gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:CHK_MBXID (0.00 seconds)
mtkernel_3
include/sys/knldef.h - 6.9KB - 238 lines
110: #define NUM_MBXID       (MAX_MBXID)
111: #define CHK_MBXID(id)   ((MIN_MBXID) <= (id) && (id) <= (MAX_MBXID))
112: #define INDEX_MBX(id)   ((id)-(MIN_MBXID))
tkernel_2
kernel/tkernel/src/config.h - 6.2KB - 175 lines
58: #define NUM_MBXID       (MAX_MBXID)
59: #define CHK_MBXID(id)   ((MIN_MBXID) <= (id) && (id) <= (MAX_MBXID))
60: #define INDEX_MBX(id)   ((id)-(MIN_MBXID))