[][src]Type Definition stm32f3::stm32f373::cec::ier::R

type R = R<u32, IER>;

Reader of register IER

Methods

impl R[src]

pub fn txackie(&self) -> TXACKIE_R[src]

Bit 12 - Tx-Missing Acknowledge Error Interrupt Enable

pub fn txerrie(&self) -> TXERRIE_R[src]

Bit 11 - Tx-Error Interrupt Enable

pub fn txudrie(&self) -> TXUDRIE_R[src]

Bit 10 - Tx-Underrun interrupt enable

pub fn txendie(&self) -> TXENDIE_R[src]

Bit 9 - Tx-End of message interrupt enable

pub fn txbrie(&self) -> TXBRIE_R[src]

Bit 8 - Tx-Byte Request Interrupt Enable

pub fn arblstie(&self) -> ARBLSTIE_R[src]

Bit 7 - Arbitration Lost Interrupt Enable

pub fn rxackie(&self) -> RXACKIE_R[src]

Bit 6 - Rx-Missing Acknowledge Error Interrupt Enable

pub fn lbpeie(&self) -> LBPEIE_R[src]

Bit 5 - Long Bit Period Error Interrupt Enable

pub fn sbpeie(&self) -> SBPEIE_R[src]

Bit 4 - Short Bit Period Error Interrupt Enable

pub fn breie(&self) -> BREIE_R[src]

Bit 3 - Bit Rising Error Interrupt Enable

pub fn rxovrie(&self) -> RXOVRIE_R[src]

Bit 2 - Rx-Buffer Overrun Interrupt Enable

pub fn rxendie(&self) -> RXENDIE_R[src]

Bit 1 - End Of Reception Interrupt Enable

pub fn rxbrie(&self) -> RXBRIE_R[src]

Bit 0 - Rx-Byte Received Interrupt Enable