Go to the source code of this file.
Functions | |
WEAK void | USBDDriverCallbacks_ConfigurationChanged (uint8_t cfgnum) |
WEAK void | USBDDriverCallbacks_InterfaceSettingChanged (uint8_t interface, uint8_t setting) |
Definition of several callbacks which are triggered by the USB software driver after receiving specific requests.
-# Re-implement the USBDDriverCallbacks_ConfigurationChanged callback to know when the hosts changes the active configuration of the device. -# Re-implement the USBDDriverCallbacks_InterfaceSettingChanged callback to get notified whenever the active setting of an interface is changed by the host.
Definition in file USBDDriverCallbacks.c.