Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h753 #define HRTIM_FAULT_3 (0x04U) /*!< Fault channel 3 identifier */ macro
2757 ((FAULT) == HRTIM_FAULT_3) || \
4561 if (((__FAULT__) & HRTIM_FAULT_3) == HRTIM_FAULT_3)\
4602 if (((__FAULT__) & HRTIM_FAULT_3) == HRTIM_FAULT_3)\
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c4053 case HRTIM_FAULT_3: in HAL_HRTIM_FaultConfig()
4225 case HRTIM_FAULT_3: in HAL_HRTIM_FaultBlankingConfigAndEnable()
4337 case HRTIM_FAULT_3: in HAL_HRTIM_FaultCounterConfig()
4435 case HRTIM_FAULT_3: in HAL_HRTIM_FaultCounterReset()
4513 if ((Faults & HRTIM_FAULT_3) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h645 #define HRTIM_FAULT_3 (0x04U) /*!< Fault channel 3 identifier */ macro
2073 ((FAULT) == HRTIM_FAULT_3) || \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h646 #define HRTIM_FAULT_3 (0x04U) /*!< Fault channel 3 identifier */ macro
2097 ((FAULT) == HRTIM_FAULT_3) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c3786 case HRTIM_FAULT_3: in HAL_HRTIM_FaultConfig()
3920 if ((Faults & HRTIM_FAULT_3) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c3941 case HRTIM_FAULT_3: in HAL_HRTIM_FaultConfig()
4075 if ((Faults & HRTIM_FAULT_3) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()