Data Structures | Typedefs | Enumerations

Types

Data Structures

struct  S_MEM_STRUCTRUE

Typedefs

typedef char CHAR
typedef char INT8
typedef unsigned char UINT8
typedef int INT16
typedef unsigned int UINT16
typedef long INT32
typedef unsigned long UINT32
typedef long long INT64
typedef unsigned long long UINT64
typedef float FLOAT
typedef double DOUBLE

Enumerations

enum  E_BOOL { FALSE = 0U, TRUE = 1U }
enum  E_SWITCH { OFF = 0U, ON = 1U }
enum  E_SAFETY_CONDITION {
  COND_OK = 0U, COND_VOLT_WARN = 1U, COND_CURR_WARN = 2U, COND_TEMP_WARN = 4U,
  COND_VOLT_ERR = 8U, COND_CURR_ERR = 16U, COND_TEMP_ERR = 32U
}