rp2040_pac::uart0::uartcr

Type Alias DTR_R

Source
pub type DTR_R = BitReader;
Expand description

Field DTR reader - Data transmit ready. This bit is the complement of the UART data transmit ready, nUARTDTR, modem status output. That is, when the bit is programmed to a 1 then nUARTDTR is LOW.

Aliased Typeยง

struct DTR_R { /* private fields */ }