[][src]Struct xmc4200::can_mo0::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub mofcr: MOFCR,
    pub mofgpr: MOFGPR,
    pub moipr: MOIPR,
    pub moamr: MOAMR,
    pub modatal: MODATAL,
    pub modatah: MODATAH,
    pub moar: MOAR,
    // some fields omitted
}

Register block

Fields

mofcr: MOFCR

0x00 - Message Object Function Control Register

mofgpr: MOFGPR

0x04 - Message Object FIFO/Gateway Pointer Register

moipr: MOIPR

0x08 - Message Object Interrupt Pointer Register

moamr: MOAMR

0x0c - Message Object Acceptance Mask Register

modatal: MODATAL

0x10 - Message Object Data Register Low

modatah: MODATAH

0x14 - Message Object Data Register High

moar: MOAR

0x18 - Message Object Arbitration Register

Implementations

impl RegisterBlock[src]

pub fn mostat(&self) -> &MOSTAT[src]

0x1c - Message Object Status Register

pub fn mostat_mut(&self) -> &mut MOSTAT[src]

0x1c - Message Object Status Register

pub fn moctr(&self) -> &MOCTR[src]

0x1c - Message Object Control Register

pub fn moctr_mut(&self) -> &mut MOCTR[src]

0x1c - Message Object Control Register

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> Same<T> for T

type Output = T

Should always be Self

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.