pub struct R(_);
Expand description

Register CSR reader

Implementations

Bit 0 - ADDRDY_MST

Bit 1 - EOSMP_MST

Bit 2 - EOC_MST

Bit 3 - EOS_MST

Bit 4 - OVR_MST

Bit 5 - JEOC_MST

Bit 6 - JEOS_MST

Bit 7 - AWD1_MST

Bit 8 - AWD2_MST

Bit 9 - AWD3_MST

Bit 10 - JQOVF_MST

Bit 16 - ADRDY_SLV

Bit 17 - EOSMP_SLV

Bit 18 - End of regular conversion of the slave ADC

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

Bit 20 - Overrun flag of the slave ADC

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

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

Bit 23 - Analog watchdog 1 flag of the slave ADC

Bit 24 - Analog watchdog 2 flag of the slave ADC

Bit 25 - Analog watchdog 3 flag of the slave ADC

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

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.