Type Alias rp2040_pac::uart0::uartcr::DTR_R
source · pub type DTR_R = BitReader;
Expand description
Field DTR
reader - Data transmit ready. This bit is the complement of the UART data transmit ready, nUARTDTR, modem status output. That is, when the bit is programmed to a 1 then nUARTDTR is LOW.
Aliased Type§
struct DTR_R { /* private fields */ }