Lines Matching refs:PWMChannel

1826                                                    uint32_t PWMChannel,  in HAL_HRTIM_SimplePWMChannelConfig()  argument
1833 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMChannelConfig()
1849 switch (PWMChannel) in HAL_HRTIM_SimplePWMChannelConfig()
1902 PWMChannel, in HAL_HRTIM_SimplePWMChannelConfig()
1944 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStart() argument
1947 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStart()
1955 hhrtim->Instance->sCommonRegs.OENR |= PWMChannel; in HAL_HRTIM_SimplePWMStart()
1994 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStop() argument
1997 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStop()
2005 hhrtim->Instance->sCommonRegs.ODISR |= PWMChannel; in HAL_HRTIM_SimplePWMStop()
2045 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStart_IT() argument
2048 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStart_IT()
2056 hhrtim->Instance->sCommonRegs.OENR |= PWMChannel; in HAL_HRTIM_SimplePWMStart_IT()
2059 switch (PWMChannel) in HAL_HRTIM_SimplePWMStart_IT()
2135 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStop_IT() argument
2138 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStop_IT()
2146 hhrtim->Instance->sCommonRegs.ODISR |= PWMChannel; in HAL_HRTIM_SimplePWMStop_IT()
2149 switch (PWMChannel) in HAL_HRTIM_SimplePWMStop_IT()
2229 uint32_t PWMChannel, in HAL_HRTIM_SimplePWMStart_DMA() argument
2237 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStart_DMA()
2259 hhrtim->Instance->sCommonRegs.OENR |= PWMChannel; in HAL_HRTIM_SimplePWMStart_DMA()
2292 switch (PWMChannel) in HAL_HRTIM_SimplePWMStart_DMA()
2368 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStop_DMA() argument
2371 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStop_DMA()
2379 hhrtim->Instance->sCommonRegs.ODISR |= PWMChannel; in HAL_HRTIM_SimplePWMStop_DMA()
2394 switch (PWMChannel) in HAL_HRTIM_SimplePWMStop_DMA()