STM32H735xx HAL User Manual
Defines
ADC instance - Offset sign
ADC Exported Constants

Defines

#define LL_ADC_OFFSET_SIGN_NEGATIVE   (0x00000000UL)
#define LL_ADC_OFFSET_SIGN_POSITIVE   (ADC3_OFR1_OFFSETPOS)

Define Documentation

#define LL_ADC_OFFSET_SIGN_NEGATIVE   (0x00000000UL)

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

Definition at line 892 of file stm32h7xx_ll_adc.h.

#define LL_ADC_OFFSET_SIGN_POSITIVE   (ADC3_OFR1_OFFSETPOS)

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

Definition at line 893 of file stm32h7xx_ll_adc.h.