Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h754 #define HRTIM_FAULT_4 (0x08U) /*!< Fault channel 4 identifier */ macro
2758 ((FAULT) == HRTIM_FAULT_4) || \
4565 if (((__FAULT__) & HRTIM_FAULT_4) == HRTIM_FAULT_4)\
4606 if (((__FAULT__) & HRTIM_FAULT_4) == HRTIM_FAULT_4)\
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c4065 case HRTIM_FAULT_4: in HAL_HRTIM_FaultConfig()
4233 case HRTIM_FAULT_4: in HAL_HRTIM_FaultBlankingConfigAndEnable()
4345 case HRTIM_FAULT_4: in HAL_HRTIM_FaultCounterConfig()
4440 case HRTIM_FAULT_4: in HAL_HRTIM_FaultCounterReset()
4517 if ((Faults & HRTIM_FAULT_4) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h646 #define HRTIM_FAULT_4 (0x08U) /*!< Fault channel 4 identifier */ macro
2074 ((FAULT) == HRTIM_FAULT_4) || \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h647 #define HRTIM_FAULT_4 (0x08U) /*!< Fault channel 4 identifier */ macro
2098 ((FAULT) == HRTIM_FAULT_4) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c3796 case HRTIM_FAULT_4: in HAL_HRTIM_FaultConfig()
3924 if ((Faults & HRTIM_FAULT_4) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c3951 case HRTIM_FAULT_4: in HAL_HRTIM_FaultConfig()
4079 if ((Faults & HRTIM_FAULT_4) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()