rp2040_pac::uart0::uartfr

Type Alias 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 */ }