Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h752 #define HRTIM_FAULT_2 (0x02U) /*!< Fault channel 2 identifier */ macro
2756 ((FAULT) == HRTIM_FAULT_2) || \
4557 if (((__FAULT__) & HRTIM_FAULT_2) == HRTIM_FAULT_2)\
4598 if (((__FAULT__) & HRTIM_FAULT_2) == HRTIM_FAULT_2)\
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c4041 case HRTIM_FAULT_2: in HAL_HRTIM_FaultConfig()
4217 case HRTIM_FAULT_2: in HAL_HRTIM_FaultBlankingConfigAndEnable()
4329 case HRTIM_FAULT_2: in HAL_HRTIM_FaultCounterConfig()
4430 case HRTIM_FAULT_2: in HAL_HRTIM_FaultCounterReset()
4509 if ((Faults & HRTIM_FAULT_2) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h644 #define HRTIM_FAULT_2 (0x02U) /*!< Fault channel 2 identifier */ macro
2072 ((FAULT) == HRTIM_FAULT_2) || \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h645 #define HRTIM_FAULT_2 (0x02U) /*!< Fault channel 2 identifier */ macro
2096 ((FAULT) == HRTIM_FAULT_2) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c3776 case HRTIM_FAULT_2: in HAL_HRTIM_FaultConfig()
3916 if ((Faults & HRTIM_FAULT_2) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c3931 case HRTIM_FAULT_2: in HAL_HRTIM_FaultConfig()
4071 if ((Faults & HRTIM_FAULT_2) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()