USBDDriverCallbacks_InterfaceSettingChanged
Default mainpageat91libusbdevicecompositeUSBDDriverCallbacks_InterfaceSettingChanged
Description Source Call Graph
USBDDriverCallbacks_InterfaceSettingChanged
Invoked whenever the active setting of an interface is changed by the host.
 
Syntax / parameters
void USBDDriverCallbacks_InterfaceSettingChanged (unsigned char interface, unsigned char setting)

Name Type Default Description
interface unsigned char
  Interface number.
setting unsigned char
  Newly active setting.
Description
Invoked whenever the active setting of an interface is changed by the host.
Changes the status of the third LED accordingly.
Variants
Variants Brief description
(unsigned char, unsigned char) Notifies of a change in the currently active setting of an interface.
 
Source
The documentation for this Member was generated from the following files:
  • COMPOSITEDDriver.c
  • USBDDriverCb_IfSettingChanged.c