XT_NIBSWAP8 is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

XT_NIBSWAP8 macro

Syntax

#define XT_NIBSWAP8(V) \     ((((V) & 0x0F) << 4) \     | (((V) & 0xF0) >> 4))

Arguments

V

References

LocationText
xtensa.c:25
#define XT_NIBSWAP8(V) \
xtensa.c:57
| ((XT_NIBSWAP8((ST) & 0xFF)) << 12) \