Searched refs:PWM_TOTAL (Results 1 – 1 of 1) sorted by relevance
105 #define PWM_TOTAL 9 macro109 #define TIM_CTRL *(volatile int*)(TIMER_BASEADDR + PWM_TOTAL*8)110 #define TIM_CTRL1 *(volatile int*)(TIMER_BASEADDR + PWM_TOTAL*8 + 4)111 #define TIM_CNT(x) *(volatile int*)(TIMER_BASEADDR + PWM_TOTAL*8 + (PWM_TOTAL*4 + 31)/32*4 + x…
Completed in 7 milliseconds