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

#[repr(C)]pub struct RegisterBlock {
    pub adc14ctl0: Reg<ADC14CTL0_SPEC>,
    pub adc14ctl1: Reg<ADC14CTL1_SPEC>,
    pub adc14lo0: Reg<ADC14LO0_SPEC>,
    pub adc14hi0: Reg<ADC14HI0_SPEC>,
    pub adc14lo1: Reg<ADC14LO1_SPEC>,
    pub adc14hi1: Reg<ADC14HI1_SPEC>,
    pub adc14mctl: [Reg<ADC14MCTL_SPEC>; 32],
    pub adc14mem: [Reg<ADC14MEM_SPEC>; 32],
    pub adc14ier0: Reg<ADC14IER0_SPEC>,
    pub adc14ier1: Reg<ADC14IER1_SPEC>,
    pub adc14ifgr0: Reg<ADC14IFGR0_SPEC>,
    pub adc14ifgr1: Reg<ADC14IFGR1_SPEC>,
    pub adc14clrifgr0: Reg<ADC14CLRIFGR0_SPEC>,
    pub adc14clrifgr1: Reg<ADC14CLRIFGR1_SPEC>,
    pub adc14iv: Reg<ADC14IV_SPEC>,
    // some fields omitted
}

Register block

Fields

adc14ctl0: Reg<ADC14CTL0_SPEC>

0x00 - Control 0 Register

adc14ctl1: Reg<ADC14CTL1_SPEC>

0x04 - Control 1 Register

adc14lo0: Reg<ADC14LO0_SPEC>

0x08 - Window Comparator Low Threshold 0 Register

adc14hi0: Reg<ADC14HI0_SPEC>

0x0c - Window Comparator High Threshold 0 Register

adc14lo1: Reg<ADC14LO1_SPEC>

0x10 - Window Comparator Low Threshold 1 Register

adc14hi1: Reg<ADC14HI1_SPEC>

0x14 - Window Comparator High Threshold 1 Register

adc14mctl: [Reg<ADC14MCTL_SPEC>; 32]

0x18 - Conversion Memory Control Register

adc14mem: [Reg<ADC14MEM_SPEC>; 32]

0x98 - Conversion Memory Register

adc14ier0: Reg<ADC14IER0_SPEC>

0x13c - Interrupt Enable 0 Register

adc14ier1: Reg<ADC14IER1_SPEC>

0x140 - Interrupt Enable 1 Register

adc14ifgr0: Reg<ADC14IFGR0_SPEC>

0x144 - Interrupt Flag 0 Register

adc14ifgr1: Reg<ADC14IFGR1_SPEC>

0x148 - Interrupt Flag 1 Register

adc14clrifgr0: Reg<ADC14CLRIFGR0_SPEC>

0x14c - Clear Interrupt Flag 0 Register

adc14clrifgr1: Reg<ADC14CLRIFGR1_SPEC>

0x150 - Clear Interrupt Flag 1 Register

adc14iv: Reg<ADC14IV_SPEC>

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