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