LUFA Library
120219
|
USB device standard request management. More...
#include "../../../Common/Common.h"
#include "USBMode.h"
#include "StdDescriptors.h"
#include "Events.h"
#include "StdRequestType.h"
#include "USBTask.h"
#include "USBController.h"
Enumerations | |
enum | USB_DescriptorMemorySpaces_t { MEMSPACE_FLASH = 0, MEMSPACE_EEPROM = 1, MEMSPACE_RAM = 2 } |
Variables | |
uint8_t | USB_Device_ConfigurationNumber |
bool | USB_Device_RemoteWakeupEnabled |
bool | USB_Device_CurrentlySelfPowered |
This file contains the function prototypes necessary for the processing of incoming standard control requests when the library is in USB device mode.