Type Alias rp2040_pac::uart0::uartfr::CTS_R

source ·
pub type CTS_R = BitReader;
Expand description

Field CTS reader - Clear to send. This bit is the complement of the UART clear to send, nUARTCTS, modem status input. That is, the bit is 1 when nUARTCTS is LOW.

Aliased Type§

struct CTS_R { /* private fields */ }