USBDDriverCallbacks_InterfaceSettingChanged
Default mainpageat91libusbdevicecoreUSBDDriverCallbacks_InterfaceSettingChanged
Description Source Call Graph
USBDDriverCallbacks_InterfaceSettingChanged
Notifies of a change in the currently active setting of an interface.
 
Syntax / parameters
void USBDDriverCallbacks_InterfaceSettingChanged (unsigned char interface, unsigned char setting)

Name Type Default Description
interface unsigned char
  Number of the interface whose setting has changed.
setting unsigned char
  New interface setting.
Description
Notifies of a change in the currently active setting of an interface.

Variants
Variants Brief description
(unsigned char, unsigned char) Invoked whenever the active setting of an interface is changed by the host.
 
Source
The documentation for this Member was generated from the following file:
  • USBDDriverCb_IfSettingChanged.c