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