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