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