Type Alias rp2040_pac::uart0::uartcr::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 */ }