Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c10390 if ((uint32_t)(ierits & HRTIM_IT_FLT6) != (uint32_t)RESET) in HRTIM_HRTIM_ISR()
10392 __HAL_HRTIM_CLEAR_IT(hhrtim, HRTIM_IT_FLT6); in HRTIM_HRTIM_ISR()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h2512 #define HRTIM_IT_FLT6 HRTIM_IER_FLT6 /*!< Fault 6 interrupt enable */ macro