[][src]Struct msp430g2553::adc10::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub adc10dtc0: ADC10DTC0,
    pub adc10dtc1: ADC10DTC1,
    pub adc10ae0: ADC10AE0,
    pub adc10ctl0: ADC10CTL0,
    pub adc10ctl1: ADC10CTL1,
    pub adc10mem: ADC10MEM,
    pub adc10sa: ADC10SA,
    // some fields omitted
}

Register block

Fields

adc10dtc0: ADC10DTC0

0x00 - ADC10 Data Transfer Control 0

adc10dtc1: ADC10DTC1

0x01 - ADC10 Data Transfer Control 1

adc10ae0: ADC10AE0

0x02 - ADC10 Analog Enable 0

adc10ctl0: ADC10CTL0

0x168 - ADC10 Control 0

adc10ctl1: ADC10CTL1

0x16a - ADC10 Control 1

adc10mem: ADC10MEM

0x16c - ADC10 Memory

adc10sa: ADC10SA

0x174 - ADC10 Data Transfer Start Address

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.