pub struct R(_);
Expand description

Register CSR reader

Implementations

Bit 26 - Injected Context Queue Overflow flag of the slave ADC

Bit 25 - Analog watchdog 3 flag of the slave ADC

Bit 24 - Analog watchdog 2 flag of the slave ADC

Bit 23 - Analog watchdog 1 flag of the slave ADC

Bit 22 - End of injected sequence flag of the slave ADC

Bit 21 - End of injected conversion flag of the slave ADC

Bit 20 - Overrun flag of the slave ADC

Bit 19 - End of regular sequence flag of the slave ADC

Bit 18 - End of regular conversion flag of the slave ADC

Bit 17 - End of Sampling phase flag of the slave ADC

Bit 16 - Slave ADC ready

Bit 10 - Injected Context Queue Overflow flag of the master ADC

Bit 9 - Analog watchdog 3 flag of the master ADC

Bit 8 - Analog watchdog 2 flag of the master ADC

Bit 7 - Analog watchdog 1 flag of the master ADC

Bit 6 - End of injected sequence flag of the master ADC

Bit 5 - End of injected conversion flag of the master ADC

Bit 4 - Overrun flag of the master ADC

Bit 3 - End of regular sequence flag of the master ADC

Bit 2 - End of regular conversion flag of the master ADC

Bit 1 - End of Sampling phase flag of the master ADC

Bit 0 - master ADC ready

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.