STM32L443xx HAL User Manual
|
Defines | |
#define | LL_ADC_OFFSET_DISABLE (0x00000000UL) |
#define | LL_ADC_OFFSET_ENABLE (ADC_OFR1_OFFSET1_EN) |
#define LL_ADC_OFFSET_DISABLE (0x00000000UL) |
ADC offset disabled (among ADC selected offset number 1, 2, 3 or 4)
Definition at line 744 of file stm32l4xx_ll_adc.h.
Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().
#define LL_ADC_OFFSET_ENABLE (ADC_OFR1_OFFSET1_EN) |
ADC offset enabled (among ADC selected offset number 1, 2, 3 or 4)
Definition at line 745 of file stm32l4xx_ll_adc.h.