Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
primitiveTypes.h File Reference
#include <stdint.h>
Include dependency graph for primitiveTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define wordIncr   -1
 
#define indexWord(total, n)
 
#define indexWordHi(total)
 
#define indexWordLo(total)
 
#define indexMultiword(total, m, n)
 
#define indexMultiwordHi(total, n)
 
#define indexMultiwordLo(total, n)
 
#define indexMultiwordHiBut(total, n)
 
#define indexMultiwordLoBut(total, n)
 
#define INIT_UINTM4(v3, v2, v1, v0)
 

Macro Definition Documentation

◆ indexMultiword

#define indexMultiword ( total,
m,
n )
Value:
((total) - 1 - (m))

Definition at line 76 of file primitiveTypes.h.

◆ indexMultiwordHi

#define indexMultiwordHi ( total,
n )
Value:
0

Definition at line 77 of file primitiveTypes.h.

◆ indexMultiwordHiBut

#define indexMultiwordHiBut ( total,
n )
Value:
0

Definition at line 79 of file primitiveTypes.h.

◆ indexMultiwordLo

#define indexMultiwordLo ( total,
n )
Value:
((total) - (n))

Definition at line 78 of file primitiveTypes.h.

◆ indexMultiwordLoBut

#define indexMultiwordLoBut ( total,
n )
Value:
(n)

Definition at line 80 of file primitiveTypes.h.

◆ indexWord

#define indexWord ( total,
n )
Value:
((total) - 1 - (n))

Definition at line 73 of file primitiveTypes.h.

◆ indexWordHi

#define indexWordHi ( total)
Value:
0

Definition at line 74 of file primitiveTypes.h.

◆ indexWordLo

#define indexWordLo ( total)
Value:
((total) - 1)

Definition at line 75 of file primitiveTypes.h.

◆ INIT_UINTM4

#define INIT_UINTM4 ( v3,
v2,
v1,
v0 )
Value:
{ v3, v2, v1, v0 }

Definition at line 81 of file primitiveTypes.h.

◆ wordIncr

#define wordIncr   -1

Definition at line 72 of file primitiveTypes.h.