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

#[repr(C)]
pub struct RegisterBlock { pub mofcr: Reg<MOFCR_SPEC>, pub mofgpr: Reg<MOFGPR_SPEC>, pub moipr: Reg<MOIPR_SPEC>, pub moamr: Reg<MOAMR_SPEC>, pub modatal: Reg<MODATAL_SPEC>, pub modatah: Reg<MODATAH_SPEC>, pub moar: Reg<MOAR_SPEC>, // some fields omitted }
Expand description

Register block

Fields

mofcr: Reg<MOFCR_SPEC>

0x00 - Message Object Function Control Register

mofgpr: Reg<MOFGPR_SPEC>

0x04 - Message Object FIFO/Gateway Pointer Register

moipr: Reg<MOIPR_SPEC>

0x08 - Message Object Interrupt Pointer Register

moamr: Reg<MOAMR_SPEC>

0x0c - Message Object Acceptance Mask Register

modatal: Reg<MODATAL_SPEC>

0x10 - Message Object Data Register Low

modatah: Reg<MODATAH_SPEC>

0x14 - Message Object Data Register High

moar: Reg<MOAR_SPEC>

0x18 - Message Object Arbitration Register

Implementations

0x1c - Message Object Status Register

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

Performs the conversion.

Performs the conversion.

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.