OSDN Git Service

(none)
[hos/hos-v4a.git] / aplfw / sample / arm / ez_arm7 / kernel_id.h
1 /* ------------------------------------------------------------------------ */
2 /*  HOS-V4a  kernel configuration                                           */
3 /*    kernel object ID definition                                           */
4 /*                                                                          */
5 /* ------------------------------------------------------------------------ */
6
7
8 #ifndef __KERNEL__kernel_id_h__
9 #define __KERNEL__kernel_id_h__
10
11
12
13 /* Task object ID definetion */
14
15 #define TSKID_SAMPLE            1
16
17 #ifdef  TMAX_TSKID
18 #undef  TMAX_TSKID
19 #endif
20
21 #define TMAX_TSKID              32
22
23
24
25 /* Semaphore object ID definetion */
26
27
28 #ifdef  TMAX_SEMID
29 #undef  TMAX_SEMID
30 #endif
31
32 #define TMAX_SEMID              32
33
34
35
36 /* event flag ID definetion */
37
38 #ifdef  TMAX_FLGID
39 #undef  TMAX_FLGID
40 #endif
41
42 #define TMAX_FLGID              32
43
44
45
46 /* time tic */
47 #define TIC_NUME                (1)
48 #define TIC_DENO                (1)
49
50
51 /* Semaphore object ID definetion */
52
53
54 #ifdef  TMAX_CYCID
55 #undef  TMAX_CYCID
56 #endif
57
58 #define TMAX_CYCID              0
59
60
61
62
63 #endif  /* __KERNEL__kernel_id_h__ */
64
65
66 /* ------------------------------------------------------------------------ */
67 /*  End of file                                                             */
68 /* ------------------------------------------------------------------------ */