rp2040_pac::uart0::uartimsc

Type Alias PEIM_R

Source
pub type PEIM_R = BitReader;
Expand description

Field PEIM reader - Parity error interrupt mask. A read returns the current mask for the UARTPEINTR interrupt. On a write of 1, the mask of the UARTPEINTR interrupt is set. A write of 0 clears the mask.

Aliased Typeยง

struct PEIM_R { /* private fields */ }