Go to the source code of this file.
Functions | |
WEAK void | USBDCallbacks_Initialized (void) |
WEAK void | USBDCallbacks_RequestReceived (const USBGenericRequest *request) |
WEAK void | USBDCallbacks_Reset (void) |
WEAK void | USBDCallbacks_Resumed (void) |
WEAK void | USBDCallbacks_Suspended (void) |
Definitions of callbacks used by the USBD API to notify the user application of incoming events. These functions are declared as 'weak', so they can be re-implemented elsewhere in the application in a transparent way.
Definition in file USBDCallbacks.c.