rp2040_pac::uart0::uartimsc

Type Alias RTIM_W

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

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

Aliased Typeยง

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