#[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, pub moctr: MOCTR, }
Expand description

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

moctr: MOCTR

0x1c - Message Object Control Register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.