gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:CHK_SSYPRI (0.00 seconds)
tkernel_2
kernel/tkernel/src/config.h - 6.2KB - 175 lines
136: #define NUM_SSYPRI      (MAX_SSYPRI)
137: #define CHK_SSYPRI(pri) ((MIN_SSYPRI) <= (pri) && (pri) <= (MAX_SSYPRI))
138: