#[repr(C)]
pub struct RegisterBlock { pub cbctl0: Reg<CBCTL0_SPEC>, pub cbctl1: Reg<CBCTL1_SPEC>, pub cbctl2: Reg<CBCTL2_SPEC>, pub cbctl3: Reg<CBCTL3_SPEC>, pub cbint: Reg<CBINT_SPEC>, pub cbiv: Reg<CBIV_SPEC>, /* private fields */ }
Expand description

Register block

Fields

cbctl0: Reg<CBCTL0_SPEC>

0x00 - Comparator B Control Register 0

cbctl1: Reg<CBCTL1_SPEC>

0x02 - Comparator B Control Register 1

cbctl2: Reg<CBCTL2_SPEC>

0x04 - Comparator B Control Register 2

cbctl3: Reg<CBCTL3_SPEC>

0x06 - Comparator B Control Register 3

cbint: Reg<CBINT_SPEC>

0x0c - Comparator B Interrupt Register

cbiv: Reg<CBIV_SPEC>

0x0e - Comparator B Interrupt Vector Word

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.