Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c1919 HAL_StatusTypeDef HAL_ADC_PGAConfig(ADC_HandleTypeDef *hadc, const ADC_PGAConfTypeDef *ConfigPGA) in HAL_ADC_PGAConfig() argument
1925 assert_param(IS_ADC_PGA_BIAS(ConfigPGA->Bias)); in HAL_ADC_PGAConfig()
1926 assert_param(IS_ADC_PGA_GAIN(ConfigPGA->Gain)); in HAL_ADC_PGAConfig()
1931 LL_ADC_ConfigureMicrophonePGA(hadc->Instance, ConfigPGA->Bias, ConfigPGA->Gain); in HAL_ADC_PGAConfig()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h1577 HAL_StatusTypeDef HAL_ADC_PGAConfig(ADC_HandleTypeDef *hadc, const ADC_PGAConfTypeDef *ConfigPGA);