![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Functions | |
void | IPCEX_Init (void) |
IPC Example initialization. | |
void | USBHOST_Init (void) |
USB Host example initialization. | |
void | USBDEV_Init (void) |
USB Device example initialization. | |
void | LWIP_Init (void) |
lwIP dual core example initialisation function | |
void | EMWIN_Init (void) |
emWin dual core example initialisation function | |
void | BLINKY_Init (void) |
Dual core Blinky example initialization. | |
void | ipcex_tasks (void) |
Dual Core IPC example implementation task. | |
void | blinky_tasks (void) |
Dual core blinky task. | |
void | usb_host_tasks (void) |
Dual Core USB host task. | |
void | usb_device_tasks (void) |
Dual Core USB device task. | |
void | lwip_tasks (void) |
LWIP Task function. | |
void | emwin_tasks (void) |
emWin dual core example task | |
void | MSleep (int32_t msecs) |
Millisecond sleep. | |
int | M0Image_Boot (uint32_t m0_image_addr) |
Initialize M0 and boot the core with image at m0_image_addr. | |