![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Functions | |
void | SetupHardware (void) |
Hardware setup event callback function. | |
void | EchoCharater (void) |
void | CDC_Bridge_Task (void) |
void | EVENT_USB_Device_Connect (void) |
USB Device connect event callback. | |
void | EVENT_USB_Device_Disconnect (void) |
USB Device disconnect event callback. | |
void | EVENT_USB_Device_ConfigurationChanged (void) |
USB Device configuration change event callback. | |
void | EVENT_USB_Device_ControlRequest (void) |
USB Device control request receive event callback. | |
void CDC_Bridge_Task | ( | void | ) |
void EchoCharater | ( | void | ) |
Checks for data input, reply back to the host.
Definition at line 103 of file VirtualSerial.c.
void EVENT_USB_Device_ConfigurationChanged | ( | void | ) |
USB Device configuration change event callback.
Event handler for the library USB Configuration Changed event.
Definition at line 92 of file MassStorage.c.
void EVENT_USB_Device_Connect | ( | void | ) |
USB Device connect event callback.
Event handler for the library USB Connection event.
Definition at line 84 of file MassStorage.c.
void EVENT_USB_Device_ControlRequest | ( | void | ) |
USB Device control request receive event callback.
Event handler for the library USB Control Request reception event.
Definition at line 100 of file MassStorage.c.
void EVENT_USB_Device_Disconnect | ( | void | ) |
USB Device disconnect event callback.
Event handler for the library USB Disconnection event.
Definition at line 88 of file MassStorage.c.
void SetupHardware | ( | void | ) |
Hardware setup event callback function.
Configures the board hardware and chip peripherals for the demo's functionality.
Under development, not working yet.
Under development, not working yet.
Under development, not working yet.
Under development, not working yet.
Under development, not working yet.
Definition at line 97 of file AudioInput.c.