Struct SKEAZN642::ics::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub c1: Reg<C1_SPEC>, pub c2: Reg<C2_SPEC>, pub c3: Reg<C3_SPEC>, pub c4: Reg<C4_SPEC>, pub s: Reg<S_SPEC>, }
Expand description

Register block

Fields

c1: Reg<C1_SPEC>

0x00 - ICS Control Register 1

c2: Reg<C2_SPEC>

0x01 - ICS Control Register 2

c3: Reg<C3_SPEC>

0x02 - ICS Control Register 3

c4: Reg<C4_SPEC>

0x03 - ICS Control Register 4

s: Reg<S_SPEC>

0x04 - ICS Status 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.