![]() |
LUFA Library 110528
|
Common USB Host definitions for all architectures. More...
Enumerations | |
enum | USB_Host_States_t { HOST_STATE_WaitForDeviceRemoval = 0, HOST_STATE_WaitForDevice = 1, HOST_STATE_Unattached = 2, HOST_STATE_Powered = 3, HOST_STATE_Powered_WaitForDeviceSettle = 4, HOST_STATE_Powered_WaitForConnect = 5, HOST_STATE_Powered_DoReset = 6, HOST_STATE_Powered_ConfigPipe = 7, HOST_STATE_Default = 8, HOST_STATE_Default_PostReset = 9, HOST_STATE_Default_PostAddressSet = 10, HOST_STATE_Addressed = 11, HOST_STATE_Configured = 12, HOST_STATE_Suspended = 15 } |
USB Host mode related macros and enums. This module contains macros and enums which are used when the USB controller is initialized in host mode.