Home
last modified time | relevance | path

Searched refs:NUMPRI (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DSwiP_zephyr.c17 #define NUMPRI 4 macro
62 static QueueP_Obj SwiP_readyList[NUMPRI];
67 int mask = 1 << (NUMPRI - 1); in maxbit()
68 int max = NUMPRI - 1; in maxbit()
109 for (i = 0; i < NUMPRI; i++) in SwiP_construct()
134 priority = NUMPRI - 1; in SwiP_construct()
141 if (priority >= NUMPRI) in SwiP_construct()
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DSwiP_zephyr.c17 #define NUMPRI 4 macro
57 static QueueP_Obj SwiP_readyList[NUMPRI];
62 int mask = 1 << (NUMPRI - 1); in maxbit()
63 int max = NUMPRI - 1; in maxbit()
101 for (i = 0; i < NUMPRI; i++) { in SwiP_construct()
124 priority = NUMPRI - 1; in SwiP_construct()
130 if (priority >= NUMPRI) { in SwiP_construct()