LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
os_time.c File Reference
#include <os.h>

Go to the source code of this file.

Macros

#define MICRIUM_SOURCE
 

Functions

void OSTimeDly (OS_TICK dly, OS_OPT opt, OS_ERR *p_err)
 
OS_TICK OSTimeGet (OS_ERR *p_err)
 
void OSTimeSet (OS_TICK ticks, OS_ERR *p_err)
 
void OSTimeTick (void)
 

Macro Definition Documentation

#define MICRIUM_SOURCE

Definition at line 33 of file os_time.c.

Function Documentation

void OSTimeDly ( OS_TICK  dly,
OS_OPT  opt,
OS_ERR p_err 
)

Definition at line 80 of file os_time.c.

OS_TICK OSTimeGet ( OS_ERR p_err)

Definition at line 457 of file os_time.c.

void OSTimeSet ( OS_TICK  ticks,
OS_ERR p_err 
)

Definition at line 494 of file os_time.c.

void OSTimeTick ( void  )

Definition at line 528 of file os_time.c.