#[repr(C)]
pub struct RegisterBlock { pub adc10dtc0: Reg<ADC10DTC0_SPEC>, pub adc10dtc1: Reg<ADC10DTC1_SPEC>, pub adc10ae0: Reg<ADC10AE0_SPEC>, pub adc10ctl0: Reg<ADC10CTL0_SPEC>, pub adc10ctl1: Reg<ADC10CTL1_SPEC>, pub adc10mem: Reg<ADC10MEM_SPEC>, pub adc10sa: Reg<ADC10SA_SPEC>, /* private fields */ }
Expand description

Register block

Fields

adc10dtc0: Reg<ADC10DTC0_SPEC>

0x00 - ADC10 Data Transfer Control 0

adc10dtc1: Reg<ADC10DTC1_SPEC>

0x01 - ADC10 Data Transfer Control 1

adc10ae0: Reg<ADC10AE0_SPEC>

0x02 - ADC10 Analog Enable 0

adc10ctl0: Reg<ADC10CTL0_SPEC>

0x168 - ADC10 Control 0

adc10ctl1: Reg<ADC10CTL1_SPEC>

0x16a - ADC10 Control 1

adc10mem: Reg<ADC10MEM_SPEC>

0x16c - ADC10 Memory

adc10sa: Reg<ADC10SA_SPEC>

0x174 - ADC10 Data Transfer Start Address

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.