STM32H735xx HAL User Manual
Defines
ADC instance - Offset saturation mode
ADC Exported Constants

Defines

#define LL_ADC_OFFSET_SATURATION_DISABLE   (0x00000000UL)
#define LL_ADC_OFFSET_SATURATION_ENABLE   (ADC3_OFR1_SATEN)

Define Documentation

#define LL_ADC_OFFSET_SATURATION_DISABLE   (0x00000000UL)

ADC offset saturation is disabled (among ADC selected offset number 1, 2, 3 or 4). On devices STM32H72xx and STM32H73xx

Definition at line 874 of file stm32h7xx_ll_adc.h.

Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().

#define LL_ADC_OFFSET_SATURATION_ENABLE   (ADC3_OFR1_SATEN)

ADC offset saturation is enabled (among ADC selected offset number 1, 2, 3 or 4). On devices STM32H72xx and STM32H73xx

Definition at line 875 of file stm32h7xx_ll_adc.h.

Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().