Struct SKEAZN642::acmp0::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub cs: Reg<CS_SPEC>, pub c0: Reg<C0_SPEC>, pub c1: Reg<C1_SPEC>, pub c2: Reg<C2_SPEC>, }
Expand description

Register block

Fields

cs: Reg<CS_SPEC>

0x00 - ACMP Control and Status Register

c0: Reg<C0_SPEC>

0x01 - ACMP Control Register 0

c1: Reg<C1_SPEC>

0x02 - ACMP Control Register 1

c2: Reg<C2_SPEC>

0x03 - ACMP Control Register 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.