Type Alias rp2040_pac::uart0::uartcr::RTS_R
source · pub type RTS_R = BitReader;
Expand description
Field RTS
reader - 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_R { /* private fields */ }