00001 00037 #ifndef CHIP_AT90USB_H_INCLUDED 00038 #define CHIP_AT90USB_H_INCLUDED 00039 00040 #define CHIP_AT90USB_HAS_DEVICE 1 00041 #define CHIP_AT90USB_HAS_HOST 1 00042 #define CHIP_AT90USB_HAS_OTG 1 00043 00044 #define CHIP_AT90USB_UDC_FULL_SPEED 1 00045 #define CHIP_AT90USB_UDC_LOW_SPEED 1 00046 00047 #define CHIP_AT90USB_NR_ENDPOINTS 7 00048 #define CHIP_AT90USB_NR_PIPES 7 00049 00050 #endif /* CHIP_AT90USB_H_INCLUDED */
1.6.3