rp2040_pac::uart0::uartimsc

Type Alias TXIM_W

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

Field TXIM writer - Transmit interrupt mask. A read returns the current mask for the UARTTXINTR interrupt. On a write of 1, the mask of the UARTTXINTR interrupt is set. A write of 0 clears the mask.

Aliased Typeยง

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