pub struct R(_);
Expand description

Register CSR reader

Implementations

Bit 31 - Suspend Timer Mode

Bit 30 - Channel acquisition interrupt flag

Bit 29 - Channel Acquisition Interrupt Enable / Clear

Bit 28 - Select GPIO port PC3 as re-routed ADC input channel CH13.

Bit 27 - Select GPIO port PB0 as fast ADC input channel CH8.

Bit 26 - Select GPIO port PA3 as fast ADC input channel CH3.

Bits 21:23 - Comparator 2 output selection

Bits 18:20 - Inverted input selection

Bit 17 - Window mode enable

Bit 16 - VREFINT output enable

Bit 13 - Comparator 2 output

Bit 12 - Comparator 2 speed mode

Bit 7 - Comparator 1 output

Bit 5 - SW1 analog switch enable

Bit 4 - Comparator 1 enable

Bit 3 - 400 kO pull-down resistor

Bit 2 - 10 kO pull-down resistor

Bit 1 - 400 kO pull-up resistor

Bit 0 - 10 kO pull-up resistor

Methods from Deref<Target = R<CSR_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.