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

parse_hex() function

Syntax

static int parse_hex(const char *s,     int n,     int *uc);

Arguments

s

n

uc

References

LocationReferrerText
jimsh0.c:20742
static int parse_hex(const char *s, int n, int *uc)
jimsh0.c:20778reg_decode_escape()
n = parse_hex(s + 1, 6, ch);
jimsh0.c:20787reg_decode_escape()
else if ((n = parse_hex(s, 4, ch)) > 0) {
jimsh0.c:20792reg_decode_escape()
if ((n = parse_hex(s, 8, ch)) > 0) {
jimsh0.c:20797reg_decode_escape()
if ((n = parse_hex(s, 2, ch)) > 0) {

Call Tree

Functions calling parse_hex()
Functions called by parse_hex()
all items filtered out
parse_hex()
all items filtered out
Data read by parse_hex()
Data written by parse_hex()
parse_hex()::val
parse_hex()::k
parse_hex()::c
all items filtered out
parse_hex()
parse_hex()::val
parse_hex()::k
all items filtered out