BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
usbdevicesetup.h
Go to the documentation of this file.
1 #ifndef USBDEVICESETUP_H
2 #define USBDEVICESETUP_H
3 
4 typedef struct{
8 
10 extern void F_UsbDeviceSetupInit(void);
11 extern void F_UsbDeviceSetupSvc(void);
12 
13 #endif