LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
OS_TMR Struct Reference

Detailed Description

Definition at line 1067 of file os.h.

#include "os.h"

Data Fields

OS_OBJ_TYPE Type
 
CPU_CHARNamePtr
 
OS_TMR_CALLBACK_PTR CallbackPtr
 
void * CallbackPtrArg
 
OS_TMR * NextPtr
 
OS_TMR * PrevPtr
 
OS_TICK Match
 
OS_TICK Remain
 
OS_TICK Dly
 
OS_TICK Period
 
OS_OPT Opt
 
OS_STATE State
 

Field Documentation

OS_TMR_CALLBACK_PTR CallbackPtr

Definition at line 1070 of file os.h.

void* CallbackPtrArg

Definition at line 1071 of file os.h.

OS_TICK Dly

Definition at line 1076 of file os.h.

OS_TICK Match

Definition at line 1074 of file os.h.

CPU_CHAR* NamePtr

Definition at line 1069 of file os.h.

OS_TMR* NextPtr

Definition at line 1072 of file os.h.

OS_OPT Opt

Definition at line 1078 of file os.h.

OS_TICK Period

Definition at line 1077 of file os.h.

OS_TMR* PrevPtr

Definition at line 1073 of file os.h.

OS_TICK Remain

Definition at line 1075 of file os.h.

OS_STATE State

Definition at line 1079 of file os.h.

Definition at line 1068 of file os.h.


The documentation for this struct was generated from the following file: