Type Alias rp2040_pac::uart0::uartcr::OUT1_W

source ·
pub type OUT1_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field OUT1 writer - 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_W<'a, REG> { /* private fields */ }