USBLibAPIGuide
1.00.00.01
|
#include <usblib.h>
Data Fields | |
uint32_t | ui32Event |
One of the USB_EVENT_ values. More... | |
uint32_t | ui32Instance |
The caller supplied instance value that is passed to event handlers. More... | |
This structure is used to return generic event based information to an application. The following events are currently supported: USB_EVENT_CONNECTED, USB_EVENT_DISCONNECTED, USB_EVENT_POWER_FAULT, USB_EVENT_POWER_FAULT, USB_EVENT_POWER_ENABLE, USB_EVENT_POWER_DISABLE and USB_EVENT_SOF.
uint32_t tEventInfo::ui32Event |
One of the USB_EVENT_ values.
Referenced by USB0_IRQOTGModeHandler().
uint32_t tEventInfo::ui32Instance |
The caller supplied instance value that is passed to event handlers.
Referenced by USB0_IRQOTGModeHandler().