PEController BSP v4
Board Support Package for PEController from Taraz Technologies
 
Loading...
Searching...
No Matches
Type Definitions

Classes

union  data_union_t
 Typical data union defining all possible values. More...
 

Enumerations

enum  base_data_type_t {
  DTYPE_BOOL , DTYPE_U8 , DTYPE_S8 , DTYPE_U16 ,
  DTYPE_S16 , DTYPE_U32 , DTYPE_S32 , DTYPE_FLOAT ,
  DTYPE_BIT_ACCESS , DTYPE_COUNT
}
 Defines the usable data types. More...
 
enum  data_units_t {
  UNIT_V , UNIT_A , UNIT_W , UNIT_Hz ,
  UNIT_COUNT , UNIT_NONE
}
 Defines all available units. More...
 

Detailed Description

Enumeration Type Documentation

◆ base_data_type_t

Enumerator
DTYPE_BOOL 

Boolean

DTYPE_U8 

Unsigned 8-bit integer

DTYPE_S8 

Signed 8-bit integer

DTYPE_U16 

Unsigned 16-bit integer

DTYPE_S16 

Signed 16-bit integer

DTYPE_U32 

Unsigned 32-bit integer

DTYPE_S32 

Signed 32-bit integer

DTYPE_FLOAT 

Single precision floating point number

DTYPE_BIT_ACCESS 

32-bit, Bit accessible register

DTYPE_COUNT 

Not a type. Use this to get the total number of legal types

◆ data_units_t

Enumerator
UNIT_V 

Volt

UNIT_A 

Ampere

UNIT_W 

Watt

UNIT_Hz 

Hertz

UNIT_COUNT 

Not a type. Use this to get the total number of legal unit types.

UNIT_NONE 

Not a type. Use this to suggest that item is without units.