pico]OS  1.1.0
Macros

Macros

#define NOSCFG_FEATURE_BOTTOMHALF   1
 
#define NOS_MAX_BOTTOMHALFS   8
 

Detailed Description

Macro Definition Documentation

§ NOS_MAX_BOTTOMHALFS

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

§ NOSCFG_FEATURE_BOTTOMHALF

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