Home
last modified time | relevance | path

Searched refs:Faults (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c3905 uint32_t Faults, in HAL_HRTIM_FaultModeCtl() argument
3909 assert_param(IS_HRTIM_FAULT(Faults)); in HAL_HRTIM_FaultModeCtl()
3912 if ((Faults & HRTIM_FAULT_1) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
3916 if ((Faults & HRTIM_FAULT_2) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
3920 if ((Faults & HRTIM_FAULT_3) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
3924 if ((Faults & HRTIM_FAULT_4) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
3928 if ((Faults & HRTIM_FAULT_5) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c4498 uint32_t Faults, in HAL_HRTIM_FaultModeCtl() argument
4502 assert_param(IS_HRTIM_FAULT(Faults)); in HAL_HRTIM_FaultModeCtl()
4505 if ((Faults & HRTIM_FAULT_1) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
4509 if ((Faults & HRTIM_FAULT_2) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
4513 if ((Faults & HRTIM_FAULT_3) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
4517 if ((Faults & HRTIM_FAULT_4) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
4521 if ((Faults & HRTIM_FAULT_5) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
4525 if ((Faults & HRTIM_FAULT_6) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c4060 uint32_t Faults, in HAL_HRTIM_FaultModeCtl() argument
4064 assert_param(IS_HRTIM_FAULT(Faults)); in HAL_HRTIM_FaultModeCtl()
4067 if ((Faults & HRTIM_FAULT_1) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
4071 if ((Faults & HRTIM_FAULT_2) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
4075 if ((Faults & HRTIM_FAULT_3) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
4079 if ((Faults & HRTIM_FAULT_4) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
4083 if ((Faults & HRTIM_FAULT_5) != (uint32_t)RESET) in HAL_HRTIM_FaultModeCtl()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_hrtim.h4194 …STATIC_INLINE void LL_HRTIM_TIM_EnableFault(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Faults) in LL_HRTIM_TIM_EnableFault() argument
4199 SET_BIT(*pReg, Faults); in LL_HRTIM_TIM_EnableFault()
4224 …TATIC_INLINE void LL_HRTIM_TIM_DisableFault(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Faults) in LL_HRTIM_TIM_DisableFault() argument
4229 CLEAR_BIT(*pReg, Faults); in LL_HRTIM_TIM_DisableFault()
Dstm32h7xx_hal_hrtim.h3416 uint32_t Faults,
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_hrtim.h4264 …STATIC_INLINE void LL_HRTIM_TIM_EnableFault(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Faults) in LL_HRTIM_TIM_EnableFault() argument
4269 SET_BIT(*pReg, Faults); in LL_HRTIM_TIM_EnableFault()
4294 …TATIC_INLINE void LL_HRTIM_TIM_DisableFault(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Faults) in LL_HRTIM_TIM_DisableFault() argument
4299 CLEAR_BIT(*pReg, Faults); in LL_HRTIM_TIM_DisableFault()
Dstm32f3xx_hal_hrtim.h3455 uint32_t Faults,
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_hrtim.h5741 …STATIC_INLINE void LL_HRTIM_TIM_EnableFault(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Faults) in LL_HRTIM_TIM_EnableFault() argument
5746 SET_BIT(*pReg, Faults); in LL_HRTIM_TIM_EnableFault()
5774 …TATIC_INLINE void LL_HRTIM_TIM_DisableFault(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Faults) in LL_HRTIM_TIM_DisableFault() argument
5779 CLEAR_BIT(*pReg, Faults); in LL_HRTIM_TIM_DisableFault()
Dstm32g4xx_hal_hrtim.h4872 uint32_t Faults,