rp2040_pac::uart0::uartcr

Type Alias DTR_W

Source
pub type DTR_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field DTR writer - 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_W<'a, REG> { /* private fields */ }