pico]OS  1.0.4
Macros
Bottom Halfs
Configuration: Nano Layer

Macros

#define NOSCFG_FEATURE_BOTTOMHALF   1
#define NOS_MAX_BOTTOMHALFS   8

Detailed Description


Macro Definition Documentation

#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.