LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions prototypes

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.
 

Detailed Description

Function Documentation

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.

Returns
None This is the USB Device configuration change event call back function

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.

Returns
None This is the USB Device connect event call back function

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.

Returns
None This is the USB Device control request receive event call back function

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.

Returns
None This is the USB Device disconnect event call back function

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.