rp2040_pac::uart0::uartimsc

Type Alias RXIM_W

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

Field RXIM writer - Receive interrupt mask. A read returns the current mask for the UARTRXINTR interrupt. On a write of 1, the mask of the UARTRXINTR interrupt is set. A write of 0 clears the mask.

Aliased Typeยง

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