|
LUFA (Formerly MyUSB) Library 100807
|
USB host standard request management. More...
#include <stdint.h>#include <stdbool.h>#include "USBMode.h"#include "StdRequestType.h"#include "../LowLevel/USBController.h"Enumerations | |
| enum | USB_Host_SendControlErrorCodes_t { HOST_SENDCONTROL_Successful = 0, HOST_SENDCONTROL_DeviceDisconnected = 1, HOST_SENDCONTROL_PipeError = 2, HOST_SENDCONTROL_SetupStalled = 3, HOST_SENDCONTROL_SoftwareTimeOut = 4 } |
Functions | |
| uint8_t | USB_Host_SendControlRequest (void *const BufferPtr) |
This file contains the function prototypes necessary for the issuing of outgoing standard control requests when the library is in USB host mode.