Lines Matching refs:Timers

5269                                                  uint32_t Timers)  in HAL_HRTIM_WaveformCountStart()  argument
5272 assert_param(IS_HRTIM_TIMERID(Timers)); in HAL_HRTIM_WaveformCountStart()
5280 hhrtim->Instance->sMasterRegs.MCR |= (Timers); in HAL_HRTIM_WaveformCountStart()
5306 uint32_t Timers) in HAL_HRTIM_WaveformCountStop() argument
5309 assert_param(IS_HRTIM_TIMERID(Timers)); in HAL_HRTIM_WaveformCountStop()
5317 hhrtim->Instance->sMasterRegs.MCR &= ~(Timers); in HAL_HRTIM_WaveformCountStop()
5346 uint32_t Timers) in HAL_HRTIM_WaveformCountStart_IT() argument
5351 assert_param(IS_HRTIM_TIMERID(Timers)); in HAL_HRTIM_WaveformCountStart_IT()
5362 if ((Timers & HRTIM_TIMERID_MASTER) != 0U) in HAL_HRTIM_WaveformCountStart_IT()
5373 if ((Timers & TimerIdxToTimerId[timer_idx]) != 0U) in HAL_HRTIM_WaveformCountStart_IT()
5382 hhrtim->Instance->sMasterRegs.MCR |= (Timers); in HAL_HRTIM_WaveformCountStart_IT()
5408 uint32_t Timers) in HAL_HRTIM_WaveformCountStop_IT() argument
5417 assert_param(IS_HRTIM_TIMERID(Timers)); in HAL_HRTIM_WaveformCountStop_IT()
5428 if ((Timers & HRTIM_TIMERID_MASTER) != 0U) in HAL_HRTIM_WaveformCountStop_IT()
5439 if ((Timers & TimerIdxToTimerId[timer_idx]) != 0U) in HAL_HRTIM_WaveformCountStop_IT()
5450 hhrtim->Instance->sMasterRegs.MCR &= ~(Timers); in HAL_HRTIM_WaveformCountStop_IT()
5480 uint32_t Timers) in HAL_HRTIM_WaveformCountStart_DMA() argument
5486 assert_param(IS_HRTIM_TIMERID(Timers)); in HAL_HRTIM_WaveformCountStart_DMA()
5498 if (((Timers & HRTIM_TIMERID_MASTER) != (uint32_t)RESET) && in HAL_HRTIM_WaveformCountStart_DMA()
5530 if (((Timers & TimerIdxToTimerId[timer_idx]) != (uint32_t)RESET) && in HAL_HRTIM_WaveformCountStart_DMA()
5574 __HAL_HRTIM_ENABLE(hhrtim, Timers); in HAL_HRTIM_WaveformCountStart_DMA()
5601 uint32_t Timers) in HAL_HRTIM_WaveformCountStop_DMA() argument
5606 assert_param(IS_HRTIM_TIMERID(Timers)); in HAL_HRTIM_WaveformCountStop_DMA()
5610 if (((Timers & HRTIM_TIMERID_MASTER) != 0U) && in HAL_HRTIM_WaveformCountStop_DMA()
5631 if (((Timers & TimerIdxToTimerId[timer_idx]) != 0U) && in HAL_HRTIM_WaveformCountStop_DMA()
5653 __HAL_HRTIM_DISABLE(hhrtim, Timers); in HAL_HRTIM_WaveformCountStop_DMA()
5821 uint32_t Timers) in HAL_HRTIM_SoftwareUpdate() argument
5824 assert_param(IS_HRTIM_TIMERUPDATE(Timers)); in HAL_HRTIM_SoftwareUpdate()
5837 hhrtim->Instance->sCommonRegs.CR2 |= Timers; in HAL_HRTIM_SoftwareUpdate()
5863 uint32_t Timers) in HAL_HRTIM_SoftwareReset() argument
5866 assert_param(IS_HRTIM_TIMERRESET(Timers)); in HAL_HRTIM_SoftwareReset()
5879 hhrtim->Instance->sCommonRegs.CR2 = Timers; in HAL_HRTIM_SoftwareReset()
5998 uint32_t Timers) in HAL_HRTIM_UpdateEnable() argument
6001 assert_param(IS_HRTIM_TIMERUPDATE(Timers)); in HAL_HRTIM_UpdateEnable()
6009 hhrtim->Instance->sCommonRegs.CR1 &= ~(Timers); in HAL_HRTIM_UpdateEnable()
6034 uint32_t Timers) in HAL_HRTIM_UpdateDisable() argument
6037 assert_param(IS_HRTIM_TIMERUPDATE(Timers)); in HAL_HRTIM_UpdateDisable()
6045 hhrtim->Instance->sCommonRegs.CR1 |= (Timers); in HAL_HRTIM_UpdateDisable()