JimBitIntLittleEndian() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDJimBitIntLittleEndian()

JimBitIntLittleEndian() function

Little endian integer extraction. Like JimBitIntBigEndian() but considers 'bitvect' as a little endian bit stream.

Syntax

static jim_wide JimBitIntLittleEndian(const unsigned char *bitvec,     int pos,     int width);

Arguments

bitvec

pos

width

References

LocationReferrerText
jim-pack.c:91
static jim_wide JimBitIntLittleEndian(const unsigned char *bitvec, int pos, int width)
jim-pack.c:334Jim_UnpackCmd()
result = JimBitIntLittleEndian(str, pos, width);

Call Tree

Functions calling JimBitIntLittleEndian()
Functions called by JimBitIntLittleEndian()
all items filtered out
JimBitIntLittleEndian()
all items filtered out
Data read by JimBitIntLittleEndian()
Data written by JimBitIntLittleEndian()
JimBitIntLittleEndian()::result
JimBitIntLittleEndian()::i
all items filtered out
JimBitIntLittleEndian()
JimBitIntLittleEndian()::result
JimBitIntLittleEndian()::i
all items filtered out