Module stm32h7xx_hal::adc[][src]

Analog to Digital Converter (ADC)

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

Structs

Adc
AdcCalLinear
AdcCalOffset
AdcLshift

ADC LSHIFT[3:0] of the converted value

Disabled

Disabled ADC (type state)

Enabled

Enabled ADC (type state)

StoredConfig

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

Temperature

Internal temperature sensor

Vbat

Vbat internal signal

Vrefint

Vref internal signal

Enums

AdcSampleTime

ADC sampling time

Traits

AdcExt
ED

Functions

adc12

Initialise ADC12 together

Type Definitions

Resolution