#[repr(C)]
pub struct MBOXIRQ { pub irq: Reg<IRQ_SPEC>, pub irqset: Reg<IRQSET_SPEC>, pub irqclr: Reg<IRQCLR_SPEC>, }
Expand description

Register block

Fields

irq: Reg<IRQ_SPEC>

0x00 - Interrupt request register for the Cortex-M0+ CPU.

irqset: Reg<IRQSET_SPEC>

0x04 - Set bits in IRQ0

irqclr: Reg<IRQCLR_SPEC>

0x08 - Clear bits in IRQ0

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.

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.