USBDDriverCallbacks.h
Default mainpage
at91lib
usb
device
core
USBDDriverCallbacks.h
Description
Overview
Description
Purpose
Definition of several callbacks which are triggered by the USB software driver after receiving specific requests.
Usage
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.