Home
last modified time | relevance | path

Searched refs:PWM_INT_EN (Results 1 – 1 of 1) sorted by relevance

/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_pwm.c50 #define PWM_INT_EN(ch) (1 << (ch)) macro
307 intEnable |= PWM_INT_EN(channel); in HAL_PWM_Enable()
338 intEnable &= ~PWM_INT_EN(channel); in HAL_PWM_Disable()

Completed in 6 milliseconds