Lines Matching refs:OnePulseChannel

3147                                                         uint32_t OnePulseChannel,  in HAL_HRTIM_SimpleOnePulseChannelConfig()  argument
3154 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3176 switch (OnePulseChannel) in HAL_HRTIM_SimpleOnePulseChannelConfig()
3230 OnePulseChannel, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3283 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStart() argument
3286 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStart()
3294 hhrtim->Instance->sCommonRegs.OENR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStart()
3333 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStop() argument
3336 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStop()
3344 hhrtim->Instance->sCommonRegs.ODISR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStop()
3384 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStart_IT() argument
3387 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStart_IT()
3395 hhrtim->Instance->sCommonRegs.OENR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStart_IT()
3398 switch (OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStart_IT()
3474 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStop_IT() argument
3477 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStop_IT()
3485 hhrtim->Instance->sCommonRegs.ODISR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStop_IT()
3488 switch (OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStop_IT()