Netcruzer Library API
V2.03
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Macros
Groups
Pages
nzos_defsInternal.h
Go to the documentation of this file.
1
30
#ifndef NZOS_DEFS_INTERNAL_H
31
#define NZOS_DEFS_INTERNAL_H
32
33
#if (nzosENABLE==1)
34
36
37
#if !defined(nzTckGetUtick)
38
#define nzTckGetUtick() utick32Get()
39
#endif
40
41
43
44
46
//Netcruzer RTOS includes
47
#if (nzosENABLE==1)
48
49
#endif
50
#if (nzosFSM_ENABLE==1)
51
52
#endif
53
#if (nzosFIBER_ENABLE==1)
54
void
nzFbrInit(
void
);
55
#endif
56
#if (nzosTASK_ENABLE==1)
57
58
#endif
59
#if (nzosEVENT_ENABLE==1)
60
61
#endif
62
#if (nzosMUTEX_ENABLE==1)
63
64
#endif
65
#if (nzosQUEUE_ENABLE==1)
66
67
#endif
68
#if (nzosSEMAPHORE_ENABLE==1)
69
70
#endif
71
72
73
#endif //#if (nzosENABLE==1)
74
75
#endif //#ifndef NZOS_DEFS_INTERNAL_H
netcruzer
rtos
nzos_defsInternal.h
Generated on Tue Dec 9 2014 15:08:19 for Netcruzer Library API by
1.8.4