D:/Documents and Settings/nxp16889/My Documents/lpcxpresso/workspace/OSAL/src/OSAL.c File Reference

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.

Detailed Description

Enter brief Description of this module.

Version:
1.0
Date:
02.06.2010
Author:
nxp16889

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.


Function Documentation

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.

Returns:
void

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.

Returns:
void

Definition at line 284 of file OSAL.c.

Referenced by vApplicationTickHook().

Generated on Fri Sep 3 15:37:21 2010 for DocumentGeneration by  doxygen 1.6.3