R

Type Alias R 

pub type R = R<Esr1Spec>;
Expand description

Register ESR1 reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

§

impl R

pub fn errint(&self) -> ErrintR

Bit 1 - Error Interrupt

pub fn boffint(&self) -> BoffintR

Bit 2 - Bus Off Interrupt

pub fn rx(&self) -> RxR

Bit 3 - FlexCAN In Reception

pub fn fltconf(&self) -> FltconfR

Bits 4:5 - Fault Confinement State

pub fn tx(&self) -> TxR

Bit 6 - FlexCAN In Transmission

pub fn idle(&self) -> IdleR

Bit 7 - IDLE

pub fn rxwrn(&self) -> RxwrnR

Bit 8 - Rx Error Warning

pub fn txwrn(&self) -> TxwrnR

Bit 9 - TX Error Warning

pub fn stferr(&self) -> StferrR

Bit 10 - Stuffing Error

pub fn frmerr(&self) -> FrmerrR

Bit 11 - Form Error

pub fn crcerr(&self) -> CrcerrR

Bit 12 - Cyclic Redundancy Check Error

pub fn ackerr(&self) -> AckerrR

Bit 13 - Acknowledge Error

pub fn bit0err(&self) -> Bit0errR

Bit 14 - Bit0 Error

pub fn bit1err(&self) -> Bit1errR

Bit 15 - Bit1 Error

pub fn rwrnint(&self) -> RwrnintR

Bit 16 - Rx Warning Interrupt Flag

pub fn twrnint(&self) -> TwrnintR

Bit 17 - Tx Warning Interrupt Flag

pub fn synch(&self) -> SynchR

Bit 18 - CAN Synchronization Status

pub fn boffdoneint(&self) -> BoffdoneintR

Bit 19 - Bus Off Done Interrupt

pub fn errint_fast(&self) -> ErrintFastR

Bit 20 - Error Interrupt for errors detected in the Data Phase of CAN FD frames with the BRS bit set

pub fn errovr(&self) -> ErrovrR

Bit 21 - Error Overrun bit

pub fn stferr_fast(&self) -> StferrFastR

Bit 26 - Stuffing Error in the Data Phase of CAN FD frames with the BRS bit set

pub fn frmerr_fast(&self) -> FrmerrFastR

Bit 27 - Form Error in the Data Phase of CAN FD frames with the BRS bit set

pub fn crcerr_fast(&self) -> CrcerrFastR

Bit 28 - Cyclic Redundancy Check Error in the CRC field of CAN FD frames with the BRS bit set

pub fn bit0err_fast(&self) -> Bit0errFastR

Bit 30 - Bit0 Error in the Data Phase of CAN FD frames with the BRS bit set

pub fn bit1err_fast(&self) -> Bit1errFastR

Bit 31 - Bit1 Error in the Data Phase of CAN FD frames with the BRS bit set