[][src]Struct xmc4800::can::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub clc: CLC,
    pub id: ID,
    pub fdr: FDR,
    pub list: [LIST; 16],
    pub mspnd: [MSPND; 8],
    pub msid: [MSID; 8],
    pub msimask: MSIMASK,
    pub panctr: PANCTR,
    pub mcr: MCR,
    pub mitr: MITR,
    // some fields omitted
}

Register block

Fields

clc: CLC

0x00 - CAN Clock Control Register

id: ID

0x08 - Module Identification Register

fdr: FDR

0x0c - CAN Fractional Divider Register

list: [LIST; 16]

0x100 - List Register

mspnd: [MSPND; 8]

0x140 - Message Pending Register

msid: [MSID; 8]

0x180 - Message Index Register

msimask: MSIMASK

0x1c0 - Message Index Mask Register

panctr: PANCTR

0x1c4 - Panel Control Register

mcr: MCR

0x1c8 - Module Control Register

mitr: MITR

0x1cc - Module Interrupt Trigger Register

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self