Type Alias rp2040_pac::uart0::uartfr::DSR_R
source · pub type DSR_R = BitReader;
Expand description
Field DSR
reader - Data set ready. This bit is the complement of the UART data set ready, nUARTDSR, modem status input. That is, the bit is 1 when nUARTDSR is LOW.
Aliased Type§
struct DSR_R { /* private fields */ }