#[repr(C)]
pub struct RegisterBlock { pub cex_ctl0: Reg<CEXCTL0_SPEC>, pub cex_ctl1: Reg<CEXCTL1_SPEC>, pub cex_ctl2: Reg<CEXCTL2_SPEC>, pub cex_ctl3: Reg<CEXCTL3_SPEC>, pub cex_int: Reg<CEXINT_SPEC>, pub cex_iv: Reg<CEXIV_SPEC>, /* private fields */ }
Expand description

Register block

Fields

cex_ctl0: Reg<CEXCTL0_SPEC>

0x00 - Comparator Control Register 0

cex_ctl1: Reg<CEXCTL1_SPEC>

0x02 - Comparator Control Register 1

cex_ctl2: Reg<CEXCTL2_SPEC>

0x04 - Comparator Control Register 2

cex_ctl3: Reg<CEXCTL3_SPEC>

0x06 - Comparator Control Register 3

cex_int: Reg<CEXINT_SPEC>

0x0c - Comparator Interrupt Control Register

cex_iv: Reg<CEXIV_SPEC>

0x0e - Comparator Interrupt Vector Word 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

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.