Lines Matching refs:PWMChannel
2028 uint32_t PWMChannel, in HAL_HRTIM_SimplePWMChannelConfig() argument
2035 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMChannelConfig()
2051 switch (PWMChannel) in HAL_HRTIM_SimplePWMChannelConfig()
2106 PWMChannel, in HAL_HRTIM_SimplePWMChannelConfig()
2151 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStart() argument
2154 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStart()
2162 hhrtim->Instance->sCommonRegs.OENR |= PWMChannel; in HAL_HRTIM_SimplePWMStart()
2204 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStop() argument
2207 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStop()
2215 hhrtim->Instance->sCommonRegs.ODISR |= PWMChannel; in HAL_HRTIM_SimplePWMStop()
2258 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStart_IT() argument
2261 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStart_IT()
2269 hhrtim->Instance->sCommonRegs.OENR |= PWMChannel; in HAL_HRTIM_SimplePWMStart_IT()
2272 switch (PWMChannel) in HAL_HRTIM_SimplePWMStart_IT()
2353 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStop_IT() argument
2356 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStop_IT()
2364 hhrtim->Instance->sCommonRegs.ODISR |= PWMChannel; in HAL_HRTIM_SimplePWMStop_IT()
2367 switch (PWMChannel) in HAL_HRTIM_SimplePWMStop_IT()
2452 uint32_t PWMChannel, in HAL_HRTIM_SimplePWMStart_DMA() argument
2460 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStart_DMA()
2482 hhrtim->Instance->sCommonRegs.OENR |= PWMChannel; in HAL_HRTIM_SimplePWMStart_DMA()
2515 switch (PWMChannel) in HAL_HRTIM_SimplePWMStart_DMA()
2596 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStop_DMA() argument
2599 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStop_DMA()
2607 hhrtim->Instance->sCommonRegs.ODISR |= PWMChannel; in HAL_HRTIM_SimplePWMStop_DMA()
2622 switch (PWMChannel) in HAL_HRTIM_SimplePWMStop_DMA()