Lines Matching refs:Timers
6401 uint32_t Timers) in HAL_HRTIM_WaveformCountStart() argument
6404 assert_param(IS_HRTIM_TIMERID(Timers)); in HAL_HRTIM_WaveformCountStart()
6412 hhrtim->Instance->sMasterRegs.MCR |= (Timers); in HAL_HRTIM_WaveformCountStart()
6439 uint32_t Timers) in HAL_HRTIM_WaveformCountStop() argument
6442 assert_param(IS_HRTIM_TIMERID(Timers)); in HAL_HRTIM_WaveformCountStop()
6450 hhrtim->Instance->sMasterRegs.MCR &= ~(Timers); in HAL_HRTIM_WaveformCountStop()
6480 uint32_t Timers) in HAL_HRTIM_WaveformCountStart_IT() argument
6485 assert_param(IS_HRTIM_TIMERID(Timers)); in HAL_HRTIM_WaveformCountStart_IT()
6496 if ((Timers & HRTIM_TIMERID_MASTER) != 0U) in HAL_HRTIM_WaveformCountStart_IT()
6507 if ((Timers & TimerIdxToTimerId[timer_idx]) != 0U) in HAL_HRTIM_WaveformCountStart_IT()
6516 hhrtim->Instance->sMasterRegs.MCR |= (Timers); in HAL_HRTIM_WaveformCountStart_IT()
6544 uint32_t Timers) in HAL_HRTIM_WaveformCountStop_IT() argument
6553 assert_param(IS_HRTIM_TIMERID(Timers)); in HAL_HRTIM_WaveformCountStop_IT()
6564 if ((Timers & HRTIM_TIMERID_MASTER) != 0U) in HAL_HRTIM_WaveformCountStop_IT()
6575 if ((Timers & TimerIdxToTimerId[timer_idx]) != 0U) in HAL_HRTIM_WaveformCountStop_IT()
6586 hhrtim->Instance->sMasterRegs.MCR &= ~(Timers); in HAL_HRTIM_WaveformCountStop_IT()
6617 uint32_t Timers) in HAL_HRTIM_WaveformCountStart_DMA() argument
6623 assert_param(IS_HRTIM_TIMERID(Timers)); in HAL_HRTIM_WaveformCountStart_DMA()
6635 if (((Timers & HRTIM_TIMERID_MASTER) != (uint32_t)RESET) && in HAL_HRTIM_WaveformCountStart_DMA()
6667 if (((Timers & TimerIdxToTimerId[timer_idx]) != (uint32_t)RESET) && in HAL_HRTIM_WaveformCountStart_DMA()
6711 __HAL_HRTIM_ENABLE(hhrtim, Timers); in HAL_HRTIM_WaveformCountStart_DMA()
6739 uint32_t Timers) in HAL_HRTIM_WaveformCountStop_DMA() argument
6744 assert_param(IS_HRTIM_TIMERID(Timers)); in HAL_HRTIM_WaveformCountStop_DMA()
6748 if (((Timers & HRTIM_TIMERID_MASTER) != 0U) && in HAL_HRTIM_WaveformCountStop_DMA()
6769 if (((Timers & TimerIdxToTimerId[timer_idx]) != 0U) && in HAL_HRTIM_WaveformCountStop_DMA()
6791 __HAL_HRTIM_DISABLE(hhrtim, Timers); in HAL_HRTIM_WaveformCountStop_DMA()
6961 uint32_t Timers) in HAL_HRTIM_SoftwareUpdate() argument
6964 assert_param(IS_HRTIM_TIMERUPDATE(Timers)); in HAL_HRTIM_SoftwareUpdate()
6977 hhrtim->Instance->sCommonRegs.CR2 |= Timers; in HAL_HRTIM_SoftwareUpdate()
7002 uint32_t Timers) in HAL_HRTIM_SwapTimerOutput() argument
7005 assert_param(IS_HRTIM_TIMERSWAP(Timers)); in HAL_HRTIM_SwapTimerOutput()
7018 hhrtim->Instance->sCommonRegs.CR2 |= Timers; in HAL_HRTIM_SwapTimerOutput()
7045 uint32_t Timers) in HAL_HRTIM_SoftwareReset() argument
7048 assert_param(IS_HRTIM_TIMERRESET(Timers)); in HAL_HRTIM_SoftwareReset()
7061 hhrtim->Instance->sCommonRegs.CR2 = Timers; in HAL_HRTIM_SoftwareReset()
7085 uint32_t Timers) in HAL_HRTIM_OutputSwapEnable() argument
7088 assert_param(IS_HRTIM_TIMERSWAP(Timers)); in HAL_HRTIM_OutputSwapEnable()
7101 hhrtim->Instance->sCommonRegs.CR2 |= Timers; in HAL_HRTIM_OutputSwapEnable()
7125 uint32_t Timers) in HAL_HRTIM_OutputSwapDisable() argument
7128 assert_param(IS_HRTIM_TIMERSWAP(Timers)); in HAL_HRTIM_OutputSwapDisable()
7141 hhrtim->Instance->sCommonRegs.CR2 &= ~(Timers); in HAL_HRTIM_OutputSwapDisable()
7263 uint32_t Timers) in HAL_HRTIM_UpdateEnable() argument
7266 assert_param(IS_HRTIM_TIMERUPDATE(Timers)); in HAL_HRTIM_UpdateEnable()
7274 hhrtim->Instance->sCommonRegs.CR1 &= ~(Timers); in HAL_HRTIM_UpdateEnable()
7300 uint32_t Timers) in HAL_HRTIM_UpdateDisable() argument
7303 assert_param(IS_HRTIM_TIMERUPDATE(Timers)); in HAL_HRTIM_UpdateDisable()
7311 hhrtim->Instance->sCommonRegs.CR1 |= (Timers); in HAL_HRTIM_UpdateDisable()