Type Alias rp2040_pac::uart0::uartfr::DCD_R

source ·
pub type DCD_R = BitReader;
Expand description

Field DCD reader - Data carrier detect. This bit is the complement of the UART data carrier detect, nUARTDCD, modem status input. That is, the bit is 1 when nUARTDCD is LOW.

Aliased Type§

struct DCD_R { /* private fields */ }