LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
FreeRTOSCommonHooks.h File Reference

Go to the source code of this file.

Functions

void FreeRTOSDelay (uint32_t ms)
 Delay for the specified number of milliSeconds.
 
void vApplicationMallocFailedHook (void)
 FreeRTOS malloc fail hook.
 
void vApplicationIdleHook (void)
 FreeRTOS application idle hook.
 
void vApplicationStackOverflowHook (xTaskHandle pxTask, signed char *pcTaskName)
 FreeRTOS stack overflow hook.
 
void vApplicationTickHook (void)
 FreeRTOS application tick hook.