![]() |
LPCOpen Platform for LPC112X microcontrollers
112X
LPCOpen Platform for the NXP LPC112X family of Microcontrollers
|
Go to the source code of this file.
Macros | |
#define | __WEAK__ __attribute__((weak)) |
Functions | |
void | FreeRTOSDelay (uint32_t ms) |
Delay for the specified number of milliSeconds. More... | |
__WEAK__ void | vApplicationMallocFailedHook (void) |
FreeRTOS malloc fail hook. More... | |
__WEAK__ void | vApplicationIdleHook (void) |
FreeRTOS application idle hook. More... | |
__WEAK__ void | vApplicationStackOverflowHook (TaskHandle_t pxTask, char *pcTaskName) |
FreeRTOS stack overflow hook. More... | |
__WEAK__ void | vApplicationTickHook (void) |
FreeRTOS application tick hook. More... | |
#define __WEAK__ __attribute__((weak)) |
Definition at line 44 of file FreeRTOSCommonHooks.c.
__WEAK__ void vApplicationIdleHook | ( | void | ) |
FreeRTOS application idle hook.
Definition at line 76 of file FreeRTOSCommonHooks.c.
__WEAK__ void vApplicationMallocFailedHook | ( | void | ) |
FreeRTOS malloc fail hook.
Definition at line 68 of file FreeRTOSCommonHooks.c.
__WEAK__ 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.
__WEAK__ void vApplicationTickHook | ( | void | ) |
FreeRTOS application tick hook.
Definition at line 97 of file FreeRTOSCommonHooks.c.