Searched refs:PWM_PERIOD_REG (Results 1 – 1 of 1) sorted by relevance
46 #define PWM_PERIOD_REG(pPWM, ch) (pPWM->pReg->CHANNELS[ch].PERIOD_HPR) macro121 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