Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h751 #define HRTIM_FAULT_1 (0x01U) /*!< Fault channel 1 identifier */ macro
2755 (((FAULT) == HRTIM_FAULT_1) || \
4553 if (((__FAULT__) & HRTIM_FAULT_1) == HRTIM_FAULT_1)\
4594 if (((__FAULT__) & HRTIM_FAULT_1) == HRTIM_FAULT_1)\
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c4029 case HRTIM_FAULT_1: in HAL_HRTIM_FaultConfig()
4209 case HRTIM_FAULT_1: in HAL_HRTIM_FaultBlankingConfigAndEnable()
4321 case HRTIM_FAULT_1: in HAL_HRTIM_FaultCounterConfig()
4425 case HRTIM_FAULT_1: in HAL_HRTIM_FaultCounterReset()
4505 if ((Faults & HRTIM_FAULT_1) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h643 #define HRTIM_FAULT_1 (0x01U) /*!< Fault channel 1 identifier */ macro
2071 (((FAULT) == HRTIM_FAULT_1) || \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h644 #define HRTIM_FAULT_1 (0x01U) /*!< Fault channel 1 identifier */ macro
2095 (((FAULT) == HRTIM_FAULT_1) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c3766 case HRTIM_FAULT_1: in HAL_HRTIM_FaultConfig()
3912 if ((Faults & HRTIM_FAULT_1) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c3921 case HRTIM_FAULT_1: in HAL_HRTIM_FaultConfig()
4067 if ((Faults & HRTIM_FAULT_1) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()