rp2040_pac::uart0::uartcr

Type Alias OUT1_R

Source
pub type OUT1_R = BitReader;
Expand description

Field OUT1 reader - This bit is the complement of the UART Out1 (nUARTOut1) modem status output. That is, when the bit is programmed to a 1 the output is 0. For DTE this can be used as Data Carrier Detect (DCD).

Aliased Typeยง

struct OUT1_R { /* private fields */ }