EZR32 Wonder Gecko Software Documentation
ezr32wg-doc-4.2.1
|
USB Device stack callback structure. More...
#include <em_usb.h>
Data Fields | |
const USBD_UsbResetCb_TypeDef | usbReset |
const USBD_DeviceStateChangeCb_TypeDef | usbStateChange |
const USBD_SetupCmdCb_TypeDef | setupCmd |
const USBD_IsSelfPoweredCb_TypeDef | isSelfPowered |
const USBD_SofIntCb_TypeDef | sofInt |
Callback functions used by the device stack to signal events or query status to/from the application. See USBD_Init_TypeDef. Assign members to NULL if your application don't need a specific callback.
const USBD_UsbResetCb_TypeDef USBD_Callbacks_TypeDef::usbReset |
const USBD_DeviceStateChangeCb_TypeDef USBD_Callbacks_TypeDef::usbStateChange |
const USBD_SetupCmdCb_TypeDef USBD_Callbacks_TypeDef::setupCmd |
const USBD_IsSelfPoweredCb_TypeDef USBD_Callbacks_TypeDef::isSelfPowered |
const USBD_SofIntCb_TypeDef USBD_Callbacks_TypeDef::sofInt |