[][src]Struct ht32f1xxxx::ht32f12345::cmp::RegisterBlock

#[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,
    // some fields omitted
}

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.