Home
last modified time | relevance | path

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

/bsp/yichip/yc3121-pos/Libraries/core/
A Dyc3121.h105 #define PWM_TOTAL 9 macro
109 #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