Type Alias rp2040_pac::uart0::uartcr::OUT2_W

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

Field OUT2 writer - This bit is the complement of the UART Out2 (nUARTOut2) modem status output. That is, when the bit is programmed to a 1, the output is 0. For DTE this can be used as Ring Indicator (RI).

Aliased Type§

struct OUT2_W<'a, REG> { /* private fields */ }