pub type FEIM_W<'a, REG> = BitWriter<'a, REG>;
Expand description
Field FEIM
writer - Framing error interrupt mask. A read returns the current mask for the UARTFEINTR interrupt. On a write of 1, the mask of the UARTFEINTR interrupt is set. A write of 0 clears the mask.
Aliased Typeยง
struct FEIM_W<'a, REG> { /* private fields */ }