Struct stm32f7::stm32f7x9::cec::ier::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 12 - Tx-Missing Acknowledge Error Interrupt Enable

Bit 11 - Tx-Error Interrupt Enable

Bit 10 - Tx-Underrun interrupt enable

Bit 9 - Tx-End of message interrupt enable

Bit 8 - Tx-Byte Request Interrupt Enable

Bit 7 - Arbitration Lost Interrupt Enable

Bit 6 - Rx-Missing Acknowledge Error Interrupt Enable

Bit 5 - Long Bit Period Error Interrupt Enable

Bit 4 - Short Bit Period Error Interrupt Enable

Bit 3 - Bit Rising Error Interrupt Enable

Bit 2 - Rx-Buffer Overrun Interrupt Enable

Bit 1 - End Of Reception Interrupt Enable

Bit 0 - Rx-Byte Received Interrupt Enable

Auto Trait Implementations

impl Send for R

impl Sync for R