Lines Matching refs:Timers
2238 __STATIC_INLINE void LL_HRTIM_SuspendUpdate(HRTIM_TypeDef *HRTIMx, uint32_t Timers) in LL_HRTIM_SuspendUpdate() argument
2242 SET_BIT(HRTIMx->sCommonRegs.CR1, ((Timers >> HRTIM_MCR_MCEN_Pos) & HRTIM_CR1_UDIS_MASK)); in LL_HRTIM_SuspendUpdate()
2266 __STATIC_INLINE void LL_HRTIM_ResumeUpdate(HRTIM_TypeDef *HRTIMx, uint32_t Timers) in LL_HRTIM_ResumeUpdate() argument
2268 CLEAR_BIT(HRTIMx->sCommonRegs.CR1, ((Timers >> HRTIM_MCR_MCEN_Pos) & HRTIM_CR1_UDIS_MASK)); in LL_HRTIM_ResumeUpdate()
2292 __STATIC_INLINE void LL_HRTIM_ForceUpdate(HRTIM_TypeDef *HRTIMx, uint32_t Timers) in LL_HRTIM_ForceUpdate() argument
2294 SET_BIT(HRTIMx->sCommonRegs.CR2, ((Timers >> HRTIM_MCR_MCEN_Pos) & HRTIM_CR2_SWUPD_MASK)); in LL_HRTIM_ForceUpdate()
2317 __STATIC_INLINE void LL_HRTIM_CounterReset(HRTIM_TypeDef *HRTIMx, uint32_t Timers) in LL_HRTIM_CounterReset() argument
2319 …SET_BIT(HRTIMx->sCommonRegs.CR2, (((Timers >> HRTIM_MCR_MCEN_Pos) << HRTIM_CR2_MRST_Pos) & HRTIM_C… in LL_HRTIM_CounterReset()
3674 __STATIC_INLINE void LL_HRTIM_TIM_CounterEnable(HRTIM_TypeDef *HRTIMx, uint32_t Timers) in LL_HRTIM_TIM_CounterEnable() argument
3676 SET_BIT(HRTIMx->sMasterRegs.MCR, Timers); in LL_HRTIM_TIM_CounterEnable()
3699 __STATIC_INLINE void LL_HRTIM_TIM_CounterDisable(HRTIM_TypeDef *HRTIMx, uint32_t Timers) in LL_HRTIM_TIM_CounterDisable() argument
3701 CLEAR_BIT(HRTIMx->sMasterRegs.MCR, Timers); in LL_HRTIM_TIM_CounterDisable()