Struct stm32l4x6::adc123_common::csr::R

source ·
pub struct R { /* private fields */ }
Expand description

Value read from the register

Implementations§

Value of the register as raw bits

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

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.

Should always be Self
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.