![]() |
LPCOpen Platform for LPC18XX/43XX microcontrollers
18XX43XX
LPCOpen Platform for the NXP LPC18XX/43XX family of Microcontrollers
|
| void FreeRTOSDelay | ( | uint32_t | ms | ) |
Delay for the specified number of milliSeconds.
| ms | : Delay in milliSeconds |
Definition at line 59 of file FreeRTOSCommonHooks.c.
| void vApplicationIdleHook | ( | void | ) |
FreeRTOS application idle hook.
Definition at line 76 of file FreeRTOSCommonHooks.c.
| void vApplicationMallocFailedHook | ( | void | ) |
FreeRTOS malloc fail hook.
Definition at line 68 of file FreeRTOSCommonHooks.c.
| void vApplicationStackOverflowHook | ( | TaskHandle_t | pxTask, |
| char * | pcTaskName | ||
| ) |
FreeRTOS stack overflow hook.
| pxTask | : Task handle that overflowed stack |
| pcTaskName | : Task name that overflowed stack |
Definition at line 83 of file FreeRTOSCommonHooks.c.
| void vApplicationTickHook | ( | void | ) |
FreeRTOS application tick hook.
Definition at line 97 of file FreeRTOSCommonHooks.c.
1.8.3.1