rp2040_pac::uart0::uartimsc

Type Alias DCDMIM_W

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

Field DCDMIM writer - nUARTDCD modem interrupt mask. A read returns the current mask for the UARTDCDINTR interrupt. On a write of 1, the mask of the UARTDCDINTR interrupt is set. A write of 0 clears the mask.

Aliased Typeยง

struct DCDMIM_W<'a, REG> { /* private fields */ }