pub type W = W<IntenclrSpec>;
Expand description
Register INTENCLR
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn rxrdy0(&mut self) -> Rxrdy0W<'_, IntenclrSpec>
pub fn rxrdy0(&mut self) -> Rxrdy0W<'_, IntenclrSpec>
Bit 0 - Receive Ready 0 Interrupt Enable
Sourcepub fn rxrdy1(&mut self) -> Rxrdy1W<'_, IntenclrSpec>
pub fn rxrdy1(&mut self) -> Rxrdy1W<'_, IntenclrSpec>
Bit 1 - Receive Ready 1 Interrupt Enable
Sourcepub fn rxor0(&mut self) -> Rxor0W<'_, IntenclrSpec>
pub fn rxor0(&mut self) -> Rxor0W<'_, IntenclrSpec>
Bit 4 - Receive Overrun 0 Interrupt Enable
Sourcepub fn rxor1(&mut self) -> Rxor1W<'_, IntenclrSpec>
pub fn rxor1(&mut self) -> Rxor1W<'_, IntenclrSpec>
Bit 5 - Receive Overrun 1 Interrupt Enable
Sourcepub fn txrdy0(&mut self) -> Txrdy0W<'_, IntenclrSpec>
pub fn txrdy0(&mut self) -> Txrdy0W<'_, IntenclrSpec>
Bit 8 - Transmit Ready 0 Interrupt Enable
Sourcepub fn txrdy1(&mut self) -> Txrdy1W<'_, IntenclrSpec>
pub fn txrdy1(&mut self) -> Txrdy1W<'_, IntenclrSpec>
Bit 9 - Transmit Ready 1 Interrupt Enable
Sourcepub fn txur0(&mut self) -> Txur0W<'_, IntenclrSpec>
pub fn txur0(&mut self) -> Txur0W<'_, IntenclrSpec>
Bit 12 - Transmit Underrun 0 Interrupt Enable
Sourcepub fn txur1(&mut self) -> Txur1W<'_, IntenclrSpec>
pub fn txur1(&mut self) -> Txur1W<'_, IntenclrSpec>
Bit 13 - Transmit Underrun 1 Interrupt Enable