BOOTLOADER
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
bootloader
inc
usbdevicesetup.h
Go to the documentation of this file.
1
#ifndef USBDEVICESETUP_H
2
#define USBDEVICESETUP_H
3
4
typedef
struct
{
5
INT8U
State
;
6
INT8U
Status
;
7
}
USBDEVICESETUP_CONTROL
;
8
9
extern
USBDEVICESETUP_CONTROL
UsbDeviceSetupCtrl
;
10
extern
void
F_UsbDeviceSetupInit
(
void
);
11
extern
void
F_UsbDeviceSetupSvc
(
void
);
12
13
#endif
Generated on Wed Jun 13 2012 00:03:09 for BOOTLOADER by
1.8.1.1