Lines Matching refs:OnePulseChannel

3302                                                        uint32_t OnePulseChannel,  in HAL_HRTIM_SimpleOnePulseChannelConfig()  argument
3309 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3331 switch (OnePulseChannel) in HAL_HRTIM_SimpleOnePulseChannelConfig()
3385 OnePulseChannel, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3438 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStart() argument
3441 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStart()
3449 hhrtim->Instance->sCommonRegs.OENR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStart()
3488 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStop() argument
3491 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStop()
3499 hhrtim->Instance->sCommonRegs.ODISR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStop()
3539 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStart_IT() argument
3542 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStart_IT()
3550 hhrtim->Instance->sCommonRegs.OENR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStart_IT()
3553 switch (OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStart_IT()
3629 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStop_IT() argument
3632 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStop_IT()
3640 hhrtim->Instance->sCommonRegs.ODISR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStop_IT()
3643 switch (OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStop_IT()