Lines Matching refs:PWMChannel

1981                                                   uint32_t PWMChannel,  in HAL_HRTIM_SimplePWMChannelConfig()  argument
1988 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMChannelConfig()
2004 switch (PWMChannel) in HAL_HRTIM_SimplePWMChannelConfig()
2057 PWMChannel, in HAL_HRTIM_SimplePWMChannelConfig()
2099 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStart() argument
2102 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStart()
2110 hhrtim->Instance->sCommonRegs.OENR |= PWMChannel; in HAL_HRTIM_SimplePWMStart()
2149 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStop() argument
2152 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStop()
2160 hhrtim->Instance->sCommonRegs.ODISR |= PWMChannel; in HAL_HRTIM_SimplePWMStop()
2200 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStart_IT() argument
2203 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStart_IT()
2211 hhrtim->Instance->sCommonRegs.OENR |= PWMChannel; in HAL_HRTIM_SimplePWMStart_IT()
2214 switch (PWMChannel) in HAL_HRTIM_SimplePWMStart_IT()
2290 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStop_IT() argument
2293 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStop_IT()
2301 hhrtim->Instance->sCommonRegs.ODISR |= PWMChannel; in HAL_HRTIM_SimplePWMStop_IT()
2304 switch (PWMChannel) in HAL_HRTIM_SimplePWMStop_IT()
2384 uint32_t PWMChannel, in HAL_HRTIM_SimplePWMStart_DMA() argument
2392 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStart_DMA()
2414 hhrtim->Instance->sCommonRegs.OENR |= PWMChannel; in HAL_HRTIM_SimplePWMStart_DMA()
2447 switch (PWMChannel) in HAL_HRTIM_SimplePWMStart_DMA()
2523 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStop_DMA() argument
2526 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStop_DMA()
2534 hhrtim->Instance->sCommonRegs.ODISR |= PWMChannel; in HAL_HRTIM_SimplePWMStop_DMA()
2549 switch (PWMChannel) in HAL_HRTIM_SimplePWMStop_DMA()