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