Home
last modified time | relevance | path

Searched refs:IS_ADC_PGA_BIAS (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h1150 #define IS_ADC_PGA_BIAS(__BIAS__) (((__BIAS__) == ADC_PGA_BIAS_050_BAT) || \ macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c1925 assert_param(IS_ADC_PGA_BIAS(ConfigPGA->Bias)); in HAL_ADC_PGAConfig()