#[repr(C)]
pub struct RegisterBlock { pub ie1: Reg<IE1_SPEC>, pub ie2: Reg<IE2_SPEC>, pub ifg1: Reg<IFG1_SPEC>, pub ifg2: Reg<IFG2_SPEC>, }
Expand description

Register block

Fields

ie1: Reg<IE1_SPEC>

0x00 - Interrupt Enable 1

ie2: Reg<IE2_SPEC>

0x01 - Interrupt Enable 2

ifg1: Reg<IFG1_SPEC>

0x02 - Interrupt Flag 1

ifg2: Reg<IFG2_SPEC>

0x03 - Interrupt Flag 2

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.