![]() |
LPCOpen Platform for LPC112X microcontrollers
112X
LPCOpen Platform for the NXP LPC112X family of Microcontrollers
|
Go to the source code of this file.
Functions | |
void | FreeRTOSDelay (uint32_t ms) |
Delay for the specified number of milliSeconds. More... | |
void | vApplicationMallocFailedHook (void) |
FreeRTOS malloc fail hook. More... | |
void | vApplicationIdleHook (void) |
FreeRTOS application idle hook. More... | |
void | vApplicationStackOverflowHook (TaskHandle_t pxTask, char *pcTaskName) |
FreeRTOS stack overflow hook. More... | |
void | vApplicationTickHook (void) |
FreeRTOS application tick hook. More... | |