pub type PEIM_W<'a, REG> = BitWriter<'a, REG>;
Expand description
Field PEIM
writer - 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_W<'a, REG> { /* private fields */ }