Searched refs:PWM_PWR_INT_EN (Results 1 – 1 of 1) sorted by relevance
51 #define PWM_PWR_INT_EN(ch) (1 << ((ch) + 4 )) macro260 SET_BIT(pPWM->pReg->INT_EN, PWM_PWR_INT_EN(channel)); in HAL_PWM_SetMatch()
Completed in 4 milliseconds