Lines Matching refs:OnePulseChannel
3387 uint32_t OnePulseChannel, in HAL_HRTIM_SimpleOnePulseChannelConfig() argument
3394 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3416 switch (OnePulseChannel) in HAL_HRTIM_SimpleOnePulseChannelConfig()
3472 OnePulseChannel, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3528 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStart() argument
3531 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStart()
3539 hhrtim->Instance->sCommonRegs.OENR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStart()
3581 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStop() argument
3584 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStop()
3592 hhrtim->Instance->sCommonRegs.ODISR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStop()
3635 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStart_IT() argument
3638 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStart_IT()
3646 hhrtim->Instance->sCommonRegs.OENR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStart_IT()
3649 switch (OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStart_IT()
3730 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStop_IT() argument
3733 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStop_IT()
3741 hhrtim->Instance->sCommonRegs.ODISR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStop_IT()
3744 switch (OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStop_IT()