#[repr(C)]
pub struct RegisterBlock { pub cmp_cr0: CMP_CR0, pub cmp_valr0: CMP_VALR0, pub cmp_ier0: CMP_IER0, pub cmp_tfr0: CMP_TFR0, pub cmp_cr1: CMP_CR1, pub cmp_valr1: CMP_VALR1, pub cmp_ier1: CMP_IER1, pub cmp_tfr1: CMP_TFR1, /* private fields */ }
Expand description

Register block

Fields

cmp_cr0: CMP_CR0

0x00 - CMP_CR0

cmp_valr0: CMP_VALR0

0x04 - CMP_VALR0

cmp_ier0: CMP_IER0

0x08 - CMP_IER0

cmp_tfr0: CMP_TFR0

0x0c - CMP_TFR0

cmp_cr1: CMP_CR1

0x100 - CMP_CR1

cmp_valr1: CMP_VALR1

0x104 - CMP_VALR1

cmp_ier1: CMP_IER1

0x108 - CMP_IER1

cmp_tfr1: CMP_TFR1

0x10c - CMP_TFR1

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.

Should always be Self
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.