[][src]Struct msp432p401r::adc14::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub adc14ctl0: ADC14CTL0,
    pub adc14ctl1: ADC14CTL1,
    pub adc14lo0: ADC14LO0,
    pub adc14hi0: ADC14HI0,
    pub adc14lo1: ADC14LO1,
    pub adc14hi1: ADC14HI1,
    pub adc14mctl: [ADC14MCTL; 32],
    pub adc14mem: [ADC14MEM; 32],
    pub adc14ier0: ADC14IER0,
    pub adc14ier1: ADC14IER1,
    pub adc14ifgr0: ADC14IFGR0,
    pub adc14ifgr1: ADC14IFGR1,
    pub adc14clrifgr0: ADC14CLRIFGR0,
    pub adc14clrifgr1: ADC14CLRIFGR1,
    pub adc14iv: ADC14IV,
    // some fields omitted
}

Register block

Fields

adc14ctl0: ADC14CTL0

0x00 - Control 0 Register

adc14ctl1: ADC14CTL1

0x04 - Control 1 Register

adc14lo0: ADC14LO0

0x08 - Window Comparator Low Threshold 0 Register

adc14hi0: ADC14HI0

0x0c - Window Comparator High Threshold 0 Register

adc14lo1: ADC14LO1

0x10 - Window Comparator Low Threshold 1 Register

adc14hi1: ADC14HI1

0x14 - Window Comparator High Threshold 1 Register

adc14mctl: [ADC14MCTL; 32]

0x18 - Conversion Memory Control Register

adc14mem: [ADC14MEM; 32]

0x98 - Conversion Memory Register

adc14ier0: ADC14IER0

0x13c - Interrupt Enable 0 Register

adc14ier1: ADC14IER1

0x140 - Interrupt Enable 1 Register

adc14ifgr0: ADC14IFGR0

0x144 - Interrupt Flag 0 Register

adc14ifgr1: ADC14IFGR1

0x148 - Interrupt Flag 1 Register

adc14clrifgr0: ADC14CLRIFGR0

0x14c - Clear Interrupt Flag 0 Register

adc14clrifgr1: ADC14CLRIFGR1

0x150 - Clear Interrupt Flag 1 Register

adc14iv: ADC14IV

0x154 - Interrupt Vector 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> 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.