rp2040_pac::uart0::uartimsc

Type Alias RTIM_R

Source
pub type RTIM_R = BitReader;
Expand description

Field RTIM reader - 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_R { /* private fields */ }