Module stm32h7xx_hal::adc[][src]

Expand description

Analog to Digital Converter (ADC)

ADC1 and ADC2 share a reset line. To initialise both of them, use the adc12 method.

Examples

Structs

ADC LSHIFT[3:0] of the converted value

Disabled ADC (type state)

Enabled ADC (type state)

Stored ADC config can be restored using the Adc::restore_cfg method

Internal temperature sensor

Vbat internal signal

Vref internal signal

Enums

ADC sampling time

Traits

Functions

Initialise ADC12 together

Free both ADC1 and ADC2 along with PREC.

Type Definitions