Type Definition stm32g0::stm32g081::hdmi_cec::cec_ier::R[][src]

type R = R<u32, CEC_IER>;

Reader of register CEC_IER

Implementations

impl R[src]

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

Bit 0 - Rx-Byte Received Interrupt Enable The RXBRIE bit is set and cleared by software.

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

Bit 1 - End Of Reception Interrupt Enable The RXENDIE bit is set and cleared by software.

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

Bit 2 - Rx-Buffer Overrun Interrupt Enable The RXOVRIE bit is set and cleared by software.

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

Bit 3 - Bit Rising Error Interrupt Enable The BREIE bit is set and cleared by software.

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

Bit 4 - Short Bit Period Error Interrupt Enable The SBPEIE bit is set and cleared by software.

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

Bit 5 - Long Bit Period Error Interrupt Enable The LBPEIE bit is set and cleared by software.

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

Bit 6 - Rx-Missing Acknowledge Error Interrupt Enable The RXACKIE bit is set and cleared by software.

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

Bit 7 - Arbitration Lost Interrupt Enable The ARBLSTIE bit is set and cleared by software.

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

Bit 8 - Tx-Byte Request Interrupt Enable The TXBRIE bit is set and cleared by software.

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

Bit 9 - Tx-End Of Message Interrupt Enable The TXENDIE bit is set and cleared by software.

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

Bit 10 - Tx-Underrun Interrupt Enable The TXUDRIE bit is set and cleared by software.

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

Bit 11 - Tx-Error Interrupt Enable The TXERRIE bit is set and cleared by software.

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

Bit 12 - Tx-Missing Acknowledge Error Interrupt Enable The TXACKEIE bit is set and cleared by software.