Type Alias rp2040_pac::uart0::uartimsc::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 */ }