BeRTOS
pwm_map.h
Go to the documentation of this file.
00001 
00040 #ifndef HW_PWM_MAP_H
00041 #define HW_PWM_MAP_H
00042 
00043 #warning TODO:This is an example implentation, you must implement it!
00044 
00045 typedef enum
00046 {
00047     PWM_CH0 = 0,
00048     PWM_CH1,
00049     PWM_CH2,
00050     PWM_CH3,
00051 
00052 /*  
00053  *  add other PWM channel or
00054  *  change above.
00055  */
00056 
00057     PWM_CNT
00058 } PwmDev;
00059 
00060 #endif /* HW_PWM_MAP_H */