![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Functions | |
| void | EVENT_USB_UIDChange (void) |
| void | EVENT_USB_Host_HostError (const uint8_t corenum, const uint8_t ErrorCode) |
| void | EVENT_USB_Host_DeviceAttached (const uint8_t corenum) |
| void | EVENT_USB_Host_DeviceUnattached (const uint8_t corenum) |
| void | EVENT_USB_Host_DeviceEnumerationFailed (const uint8_t corenum, const uint8_t ErrorCode, const uint8_t SubErrorCode) |
| void | EVENT_USB_Host_DeviceEnumerationComplete (const uint8_t corenum) |
| void | EVENT_USB_Host_StartOfFrame (const uint8_t corenum) |
| void | EVENT_USB_Device_Connect (void) |
| void | EVENT_USB_Device_Disconnect (void) |
| void | EVENT_USB_Device_ControlRequest (void) |
| void | EVENT_USB_Device_ConfigurationChanged (void) |
| void | EVENT_USB_Device_Suspend (void) |
| void | EVENT_USB_Device_WakeUp (void) |
| void | EVENT_USB_Device_Reset (void) |
| void | EVENT_USB_Device_StartOfFrame (void) |
| Event handler for the USB device Start Of Frame event. | |