[][src]Struct imxrt1062_can1::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub mcr: MCR,
    pub ctrl1: CTRL1,
    pub timer: TIMER,
    pub rxmgmask: RXMGMASK,
    pub rx14mask: RX14MASK,
    pub rx15mask: RX15MASK,
    pub ecr: ECR,
    pub esr1: ESR1,
    pub imask2: IMASK2,
    pub imask1: IMASK1,
    pub iflag2: IFLAG2,
    pub iflag1: IFLAG1,
    pub ctrl2: CTRL2,
    pub esr2: ESR2,
    pub crcr: CRCR,
    pub rxfgmask: RXFGMASK,
    pub rxfir: RXFIR,
    pub dbg1: DBG1,
    pub dbg2: DBG2,
    pub rximr: [RXIMR; 64],
    pub gfwr: GFWR,
    // some fields omitted
}

Register block

Fields

mcr: MCR

0x00 - Module Configuration Register

ctrl1: CTRL1

0x04 - Control 1 Register

timer: TIMER

0x08 - Free Running Timer Register

rxmgmask: RXMGMASK

0x10 - Rx Mailboxes Global Mask Register

rx14mask: RX14MASK

0x14 - Rx Buffer 14 Mask Register

rx15mask: RX15MASK

0x18 - Rx Buffer 15 Mask Register

ecr: ECR

0x1c - Error Counter Register

esr1: ESR1

0x20 - Error and Status 1 Register

imask2: IMASK2

0x24 - Interrupt Masks 2 Register

imask1: IMASK1

0x28 - Interrupt Masks 1 Register

iflag2: IFLAG2

0x2c - Interrupt Flags 2 Register

iflag1: IFLAG1

0x30 - Interrupt Flags 1 Register

ctrl2: CTRL2

0x34 - Control 2 Register

esr2: ESR2

0x38 - Error and Status 2 Register

crcr: CRCR

0x44 - CRC Register

rxfgmask: RXFGMASK

0x48 - Rx FIFO Global Mask Register

rxfir: RXFIR

0x4c - Rx FIFO Information Register

dbg1: DBG1

0x58 - Debug 1 register

dbg2: DBG2

0x5c - Debug 2 register

rximr: [RXIMR; 64]

0x880 - Rx Individual Mask Registers

gfwr: GFWR

0x9e0 - Glitch Filter Width Registers

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.