Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc_ex.c420 uint32_t cnt, FactorOffset; in HAL_ADCEx_LinearCalibration_FactorLoad() local
429 FactorOffset = 0UL; in HAL_ADCEx_LinearCalibration_FactorLoad()
433 FactorOffset = 8UL; in HAL_ADCEx_LinearCalibration_FactorLoad()
437 FactorOffset = 16UL; in HAL_ADCEx_LinearCalibration_FactorLoad()
442 LinearCalib_Buffer[cnt] = *(uint32_t *)(ADC_LINEAR_CALIB_REG_1_ADDR + FactorOffset + cnt); in HAL_ADCEx_LinearCalibration_FactorLoad()