Enter brief Description of this module. More...
#include "OSAL.h"
#include "OSAL_FreeRTOS.c"
#include "OSAL_FreeRTOS.h"
#include "OSAL_µCOSII.c"
Go to the source code of this file.
Functions | |
WEAK void | OSALIdleHook () |
OSAL's IdleHook function which can be overwritten by the application code. Doing this just implement this function with exactly the same name. | |
WEAK void | OSALSysTickHook () |
OSAL's SysTick timer hook function as default implementation. Application layer can overwrite this function and implement the needed action. For overwriting this function, just implement this with exactly the same name and build project. |
Enter brief Description of this module.
Enter detailed description of this module.
----------------------------------------------------------------------------
Software that is described herein is for illustrative purposes only which provides customers with programming information regarding the products. This software is supplied "AS IS" without any warranties. NXP Semiconductors assumes no responsibility or liability for the use of the software, conveys no license or title under any patent, copyright, or mask work right to the product. NXP Semiconductors reserves the right to make changes in the software without notification. NXP Semiconductors also make no representation or warranty that such application will be suitable for the specified use without further testing or modification. ----------------------------------------------------------------------------
Definition in file OSAL.c.
WEAK void OSALIdleHook | ( | ) |
OSAL's IdleHook function which can be overwritten by the application code. Doing this just implement this function with exactly the same name.
Definition at line 244 of file OSAL.c.
Referenced by vApplicationIdleHook().
WEAK void OSALSysTickHook | ( | ) |
OSAL's SysTick timer hook function as default implementation. Application layer can overwrite this function and implement the needed action. For overwriting this function, just implement this with exactly the same name and build project.
Definition at line 284 of file OSAL.c.
Referenced by vApplicationTickHook().