pub struct R(_);
Expand description

Register ADC10CTL0 reader

Implementations

Bit 0 - ADC10 Start Conversion

Bit 1 - ADC10 Enable Conversion

Bit 2 - ADC10 Interrupt Flag

Bit 3 - ADC10 Interrupt Enalbe

Bit 4 - ADC10 On/Enable

Bit 5 - ADC10 Reference on

Bit 6 - ADC10 Ref 0:1.5V / 1:2.5V

Bit 7 - ADC10 Multiple SampleConversion

Bit 8 - ADC10 Reference Burst Mode

Bit 9 - ADC10 Enalbe output of Ref.

Bit 10 - ADC10 Sampling Rate 0:200ksps / 1:50ksps

Bits 11:12 - ADC10 Sample Hold Select Bit: 0

Bits 13:15 - ADC10 Reference Select Bit: 0

Methods from Deref<Target = R<ADC10CTL0_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Converts to this type from the input type.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.