Type Alias rp2040_pac::uart0::uartcr::RTS_W

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

Field RTS writer - Request to send. This bit is the complement of the UART request to send, nUARTRTS, modem status output. That is, when the bit is programmed to a 1 then nUARTRTS is LOW.

Aliased Type§

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