pico]OS
1.0.4
|
Macros | |
#define | NOSCFG_FEATURE_BOTTOMHALF 1 |
#define | NOS_MAX_BOTTOMHALFS 8 |
#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.
#define NOSCFG_FEATURE_BOTTOMHALF 1 |
Enable bottom half support. If this definition is set to 1, the bottom half functions are added to the user API.