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

hex_digits variable

Syntax

static const char hex_digits[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' };

References

LocationReferrerText
binarybuffer.c:38
static const char hex_digits[] = {
binarybuffer.c:188buf_to_hex_str()
str[2 * i] = hex_digits[tmp >> 4];
binarybuffer.c:189buf_to_hex_str()
str[2 * i + 1] = hex_digits[tmp & 0xf];
binarybuffer.c:390hexify()
hex[i] = hex_digits[tmp];

Data Use

Functions reading hex_digits
hex_digits
all items filtered out