rp2040_pac::uart0::uartimsc

Type Alias DSRMIM_W

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

Field DSRMIM writer - nUARTDSR modem interrupt mask. A read returns the current mask for the UARTDSRINTR interrupt. On a write of 1, the mask of the UARTDSRINTR interrupt is set. A write of 0 clears the mask.

Aliased Typeยง

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