Searched refs:GainCompensation (Results 1 – 9 of 9) sorted by relevance
| /hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
| D | stm32g4xx_hal_adc.c | 415 assert_param(IS_ADC_GAIN_COMPENSATION(hadc->Init.GainCompensation)); in HAL_ADC_Init() 617 if (hadc->Init.GainCompensation != 0UL) in HAL_ADC_Init() 620 MODIFY_REG(hadc->Instance->GCOMP, ADC_GCOMP_GCOMPCOEFF, hadc->Init.GainCompensation); in HAL_ADC_Init()
|
| /hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
| D | stm32n6xx_ll_adc.h | 3650 __STATIC_INLINE void LL_ADC_SetGainCompensation(ADC_TypeDef *ADCx, uint32_t GainCompensation) in LL_ADC_SetGainCompensation() argument 3652 MODIFY_REG(ADCx->GCOMP, ADC_GCOMP_GCOMPCOEFF, GainCompensation); in LL_ADC_SetGainCompensation() 3653 …MODIFY_REG(ADCx->GCOMP, ADC_GCOMP_GCOMP, ((GainCompensation == 0UL) ? 0UL : 1UL) << ADC_GCOMP_GCOM… in LL_ADC_SetGainCompensation()
|
| D | stm32n6xx_hal_adc.h | 98 …uint32_t GainCompensation; /*!< Specify the ADC gain compensation coefficient to be applied t… member
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
| D | stm32u5xx_hal_adc.c | 432 assert_param(IS_ADC_GAIN_COMPENSATION(hadc->Init.GainCompensation)); in HAL_ADC_Init() 759 if (hadc->Init.GainCompensation != 0UL) in HAL_ADC_Init() 761 LL_ADC_SetGainCompensation(hadc->Instance, hadc->Init.GainCompensation); in HAL_ADC_Init()
|
| /hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
| D | stm32g4xx_ll_adc.h | 4471 __STATIC_INLINE void LL_ADC_SetGainCompensation(ADC_TypeDef *ADCx, uint32_t GainCompensation) in LL_ADC_SetGainCompensation() argument 4473 MODIFY_REG(ADCx->GCOMP, ADC_GCOMP_GCOMPCOEFF, GainCompensation); in LL_ADC_SetGainCompensation() 4474 …MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_GCOMP, ((GainCompensation == 0UL) ? 0UL : 1UL) << ADC_CFGR2_GCOM… in LL_ADC_SetGainCompensation()
|
| D | stm32g4xx_hal_adc.h | 116 …uint32_t GainCompensation; /*!< Specify the ADC gain compensation coefficient to be applied t… member
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
| D | stm32u5xx_ll_adc.h | 3926 __STATIC_INLINE void LL_ADC_SetGainCompensation(ADC_TypeDef *ADCx, uint32_t GainCompensation) in LL_ADC_SetGainCompensation() argument 3928 MODIFY_REG(ADCx->GCOMP, ADC_GCOMP_GCOMPCOEFF, GainCompensation); in LL_ADC_SetGainCompensation() 3929 …MODIFY_REG(ADCx->GCOMP, ADC_GCOMP_GCOMP, ((GainCompensation == 0UL) ? 0UL : 1UL) << ADC_GCOMP_GCOM… in LL_ADC_SetGainCompensation()
|
| D | stm32u5xx_hal_adc.h | 117 …uint32_t GainCompensation; /*!< Specify the ADC gain compensation coefficient to be applied t… member
|
| /hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
| D | stm32n6xx_hal_adc.c | 423 assert_param(IS_ADC_GAIN_COMPENSATION(hadc->Init.GainCompensation)); in HAL_ADC_Init() 569 LL_ADC_SetGainCompensation(hadc->Instance, hadc->Init.GainCompensation); in HAL_ADC_Init()
|