BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
usbhost.h
Go to the documentation of this file.
1 #ifndef USBHOST_H
2 #define USBHOST_H
3 
4 typedef struct{
29 typedef struct{
37 
39 
40 extern void F_UsbHostInit(void);
41 extern void F_UsbHostSvc(void);
42 
43 #endif