pub struct W(_);Expand description
Register IER writer
Implementations
sourceimpl W
impl W
sourcepub fn rxbrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 0>
pub fn rxbrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 0>
Bit 0 - Rx-Byte Received Interrupt Enable The RXBRIE bit is set and cleared by software.
sourcepub fn rxendie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 1>
pub fn rxendie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 1>
Bit 1 - End Of Reception Interrupt Enable The RXENDIE bit is set and cleared by software.
sourcepub fn rxovrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 2>
pub fn rxovrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 2>
Bit 2 - Rx-Buffer Overrun Interrupt Enable The RXOVRIE bit is set and cleared by software.
sourcepub fn breie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 3>
pub fn breie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 3>
Bit 3 - Bit Rising Error Interrupt Enable The BREIE bit is set and cleared by software.
sourcepub fn sbpeie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 4>
pub fn sbpeie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 4>
Bit 4 - Short Bit Period Error Interrupt Enable The SBPEIE bit is set and cleared by software.
sourcepub fn lbpeie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 5>
pub fn lbpeie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 5>
Bit 5 - Long Bit Period Error Interrupt Enable The LBPEIE bit is set and cleared by software.
sourcepub fn rxackie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 6>
pub fn rxackie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 6>
Bit 6 - Rx-Missing Acknowledge Error Interrupt Enable The RXACKIE bit is set and cleared by software.
sourcepub fn arblstie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 7>
pub fn arblstie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 7>
Bit 7 - Arbitration Lost Interrupt Enable The ARBLSTIE bit is set and cleared by software.
sourcepub fn txbrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 8>
pub fn txbrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 8>
Bit 8 - Tx-Byte Request Interrupt Enable The TXBRIE bit is set and cleared by software.
sourcepub fn txendie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 9>
pub fn txendie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 9>
Bit 9 - Tx-End Of Message Interrupt Enable The TXENDIE bit is set and cleared by software.
sourcepub fn txudrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 10>
pub fn txudrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 10>
Bit 10 - Tx-Underrun Interrupt Enable The TXUDRIE bit is set and cleared by software.
sourcepub fn txerrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 11>
pub fn txerrie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 11>
Bit 11 - Tx-Error Interrupt Enable The TXERRIE bit is set and cleared by software.
Methods from Deref<Target = W<IER_SPEC>>
sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.