Types

The following table lists the predefined types and their description:

Table 1. Predefined types
Type Description Supported for
byte 8-bit unsigned integer (unsigned char) all
bool Boolean value (unsigned char) (TRUE = any non-zero value / FALSE = 0) all
word 16-bit unsigned integer (unsigned int) all
dword 32-bit unsigned integer (unsigned long) all
dlong array of two 32-bit unsigned integers (unsigned long) all
TPE_ErrCode Error code (uint8_t) all except MPC55xx