Home
last modified time | relevance | path

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

/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_pwm.c46 #define PWM_PERIOD_REG(pPWM, ch) (pPWM->pReg->CHANNELS[ch].PERIOD_HPR) macro
121 pPWM->result[i].period = READ_REG(PWM_PERIOD_REG(pPWM, i)); in HAL_PWM_IRQHandler()
159 WRITE_REG(PWM_PERIOD_REG(pPWM, channel), period); in HAL_PWM_SetConfig()

Completed in 4 milliseconds