[][src]Struct msp430fr2355::e_comp1::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub cp1ctl0: CP1CTL0,
    pub cp1ctl1: CP1CTL1,
    pub cp1int: CP1INT,
    pub cp1iv: CP1IV,
    pub cp1dacctl: CP1DACCTL,
    pub cp1dacdata: CP1DACDATA,
    // some fields omitted
}

Register block

Fields

cp1ctl0: CP1CTL0

0x00 - Comparator Control Register 0

cp1ctl1: CP1CTL1

0x02 - Comparator Control Register 1

cp1int: CP1INT

0x06 - Comparator Interrupt Control Register

cp1iv: CP1IV

0x08 - Comparator Interrupt Vector Word Register

cp1dacctl: CP1DACCTL

0x10 - 6-bit Comparator built-in DAC Control Register

cp1dacdata: CP1DACDATA

0x12 - 6-bit Comparator built-in DAC Data 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.