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