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