Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c820 __HAL_HRTIM_ENABLE_IT(hhrtim, HRTIM_IT_DLLRDY); in HAL_HRTIM_DLLCalibrationStart_IT()
857 while(__HAL_HRTIM_GET_FLAG(hhrtim, HRTIM_IT_DLLRDY) == (uint32_t)RESET) in HAL_HRTIM_PollForDLLCalibration()
8825 if((uint32_t)(ierits & HRTIM_IT_DLLRDY) != (uint32_t)RESET) in HRTIM_Master_ISR()
8827 __HAL_HRTIM_CLEAR_IT(hhrtim, HRTIM_IT_DLLRDY); in HRTIM_Master_ISR()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c834 __HAL_HRTIM_ENABLE_IT(hhrtim, HRTIM_IT_DLLRDY); in HAL_HRTIM_DLLCalibrationStart_IT()
871 while (__HAL_HRTIM_GET_FLAG(hhrtim, HRTIM_IT_DLLRDY) == (uint32_t)RESET) in HAL_HRTIM_PollForDLLCalibration()
10435 if ((uint32_t)(ierits & HRTIM_IT_DLLRDY) != (uint32_t)RESET) in HRTIM_Master_ISR()
10437 __HAL_HRTIM_CLEAR_IT(hhrtim, HRTIM_IT_DLLRDY); in HRTIM_Master_ISR()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h1893 #define HRTIM_IT_DLLRDY HRTIM_IER_DLLRDY /*!< DLL ready interrupt enable */ macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h2514 #define HRTIM_IT_DLLRDY HRTIM_IER_DLLRDY /*!< DLL ready interrupt enable */ macro