pub type W = W<IntenclrSpec>;
Expand description
Register INTENCLR
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn rxc(&mut self) -> RxcW<'_, IntenclrSpec>
pub fn rxc(&mut self) -> RxcW<'_, IntenclrSpec>
Bit 0 - Receive Data Register Full Interrupt Disable
Sourcepub fn dre(&mut self) -> DreW<'_, IntenclrSpec>
pub fn dre(&mut self) -> DreW<'_, IntenclrSpec>
Bit 1 - Transmit Data Register Empty Interrupt Disable
Sourcepub fn txc(&mut self) -> TxcW<'_, IntenclrSpec>
pub fn txc(&mut self) -> TxcW<'_, IntenclrSpec>
Bit 2 - Transmission Complete Interrupt Disable
Sourcepub fn error(&mut self) -> ErrorW<'_, IntenclrSpec>
pub fn error(&mut self) -> ErrorW<'_, IntenclrSpec>
Bit 3 - Overrun Error Interrupt Disable
Sourcepub fn csrise(&mut self) -> CsriseW<'_, IntenclrSpec>
pub fn csrise(&mut self) -> CsriseW<'_, IntenclrSpec>
Bit 8 - Chip Select Rise Interrupt Disable
Sourcepub fn instrend(&mut self) -> InstrendW<'_, IntenclrSpec>
pub fn instrend(&mut self) -> InstrendW<'_, IntenclrSpec>
Bit 10 - Instruction End Interrupt Disable