pub struct W(/* private fields */);
Expand description
Register CEC_IER
writer
Implementations§
Source§impl W
impl W
Sourcepub fn rxbrie(&mut self) -> RXBRIE_W<'_>
pub fn rxbrie(&mut self) -> RXBRIE_W<'_>
Bit 0 - Rx-Byte Received Interrupt Enable The RXBRIE bit is set and cleared by software.
Sourcepub fn rxendie(&mut self) -> RXENDIE_W<'_>
pub fn rxendie(&mut self) -> RXENDIE_W<'_>
Bit 1 - End Of Reception Interrupt Enable The RXENDIE bit is set and cleared by software.
Sourcepub fn rxovrie(&mut self) -> RXOVRIE_W<'_>
pub fn rxovrie(&mut self) -> RXOVRIE_W<'_>
Bit 2 - Rx-Buffer Overrun Interrupt Enable The RXOVRIE bit is set and cleared by software.
Sourcepub fn breie(&mut self) -> BREIE_W<'_>
pub fn breie(&mut self) -> BREIE_W<'_>
Bit 3 - Bit Rising Error Interrupt Enable The BREIE bit is set and cleared by software.
Sourcepub fn sbpeie(&mut self) -> SBPEIE_W<'_>
pub fn sbpeie(&mut self) -> SBPEIE_W<'_>
Bit 4 - Short Bit Period Error Interrupt Enable The SBPEIE bit is set and cleared by software.
Sourcepub fn lbpeie(&mut self) -> LBPEIE_W<'_>
pub fn lbpeie(&mut self) -> LBPEIE_W<'_>
Bit 5 - Long Bit Period Error Interrupt Enable The LBPEIE bit is set and cleared by software.
Sourcepub fn rxackie(&mut self) -> RXACKIE_W<'_>
pub fn rxackie(&mut self) -> RXACKIE_W<'_>
Bit 6 - Rx-Missing Acknowledge Error Interrupt Enable The RXACKIE bit is set and cleared by software.
Sourcepub fn arblstie(&mut self) -> ARBLSTIE_W<'_>
pub fn arblstie(&mut self) -> ARBLSTIE_W<'_>
Bit 7 - Arbitration Lost Interrupt Enable The ARBLSTIE bit is set and cleared by software.
Sourcepub fn txbrie(&mut self) -> TXBRIE_W<'_>
pub fn txbrie(&mut self) -> TXBRIE_W<'_>
Bit 8 - Tx-Byte Request Interrupt Enable The TXBRIE bit is set and cleared by software.
Sourcepub fn txendie(&mut self) -> TXENDIE_W<'_>
pub fn txendie(&mut self) -> TXENDIE_W<'_>
Bit 9 - Tx-End Of Message Interrupt Enable The TXENDIE bit is set and cleared by software.
Sourcepub fn txudrie(&mut self) -> TXUDRIE_W<'_>
pub fn txudrie(&mut self) -> TXUDRIE_W<'_>
Bit 10 - Tx-Underrun Interrupt Enable The TXUDRIE bit is set and cleared by software.
Sourcepub fn txerrie(&mut self) -> TXERRIE_W<'_>
pub fn txerrie(&mut self) -> TXERRIE_W<'_>
Bit 11 - Tx-Error Interrupt Enable The TXERRIE bit is set and cleared by software.
Methods from Deref<Target = W<CEC_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.