Defines | |
| #define | NOSCFG_FEATURE_BOTTOMHALF 1 |
| #define | NOS_MAX_BOTTOMHALFS 8 |
|
|
Maximum count of bottom halfs. This define sets the maximum count of bottom halfs the operating system can handle. The count must be at least 1 and must not exceed MVAR_BITS. |
|
|
Enable bottom half support. If this definition is set to 1, the bottom half functions are added to the user API. |
1.4.6-NO