rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Typedefs
types.h File Reference

Typedefs

typedef unsigned char blt_bool
 
typedef char blt_char
 
typedef unsigned long blt_addr
 
typedef unsigned char blt_int8u
 
typedef signed char blt_int8s
 
typedef unsigned short blt_int16u
 
typedef signed short blt_int16s
 
typedef unsigned int blt_int32u
 
typedef signed int blt_int32s
 

Typedef Documentation

◆ blt_addr

typedef unsigned long blt_addr

memory address type

Definition at line 48 of file types.h.

◆ blt_bool

typedef unsigned char blt_bool

boolean type

Definition at line 46 of file types.h.

◆ blt_char

typedef char blt_char

character type

Definition at line 47 of file types.h.

◆ blt_int16s

typedef signed short blt_int16s

16-bit signed integer

Definition at line 52 of file types.h.

◆ blt_int16u

typedef unsigned short blt_int16u

16-bit unsigned integer

Definition at line 51 of file types.h.

◆ blt_int32s

typedef signed int blt_int32s

32-bit signed integer

Definition at line 54 of file types.h.

◆ blt_int32u

typedef unsigned int blt_int32u

32-bit unsigned integer

Definition at line 53 of file types.h.

◆ blt_int8s

typedef signed char blt_int8s

8-bit signed integer

Definition at line 50 of file types.h.

◆ blt_int8u

typedef unsigned char blt_int8u

8-bit unsigned integer

Definition at line 49 of file types.h.

Go to the source code of this file.