USBDDriver_RequestHandler
Default mainpageat91libusbdevicecoreUSBDDriver_RequestHandler
Description Source Call Graph
USBDDriver_RequestHandler
Handles the given request if it is standard, otherwise STALLs it.
 
Syntax / parameters
void USBDDriver_RequestHandler (USBDDriver *pDriver, const USBGenericRequest *pRequest)

Name Type Default Description
pDriver USBDDriver *
  Pointer to a USBDDriver instance.
pRequest const USBGenericRequest *
  Pointer to a USBGenericRequest instance.
Description
Handles the given request if it is standard, otherwise STALLs it.

 
Source
The documentation for this Member was generated from the following files:
  • USBDDriver.c