Struct msp432p401r::comp_e0::RegisterBlock[][src]

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

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

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, 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.