Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h1734 #define HRTIM_SINGLE_CALIBRATION 0xFFFFFFFFU /*!< Non periodi… macro
2737 (((CALIBRATIONRATE) == HRTIM_SINGLE_CALIBRATION) || \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h2336 #define HRTIM_SINGLE_CALIBRATION 0xFFFFFFFFU /*!< Non periodi… macro
3606 (((CALIBRATIONRATE) == HRTIM_SINGLE_CALIBRATION) || \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c769 if (CalibrationRate == HRTIM_SINGLE_CALIBRATION) in HAL_HRTIM_DLLCalibrationStart()
822 if (CalibrationRate == HRTIM_SINGLE_CALIBRATION) in HAL_HRTIM_DLLCalibrationStart_IT()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c783 if (CalibrationRate == HRTIM_SINGLE_CALIBRATION) in HAL_HRTIM_DLLCalibrationStart()
836 if (CalibrationRate == HRTIM_SINGLE_CALIBRATION) in HAL_HRTIM_DLLCalibrationStart_IT()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h2705 (((CALIBRATIONRATE) == HRTIM_SINGLE_CALIBRATION) || \