RL-ARM User's Guide
Technical Support
On-Line Manuals
The BIT type is defined in rtl.h. It specifies the bit type used by the real-time kernel routines. The BIT type is defined as:
typedef unsigned char BIT;
and is used as shown in the following example:
#include <rtl.h> BIT bit_val;