JimBitIntBigEndian() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

JimBitIntBigEndian() function

Big endian integer extraction. Considers 'bitvect' as a big endian bit stream. Returns an integer of the given width (in bits) starting at the given position (in bits). The pos/width must represent bits inside bitvec, and the width be no more than the width of jim_wide.

Syntax

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

Arguments

bitvec

pos

width

References

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

Call Tree

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