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

get_tapstatus() function

Syntax

static uint32_t get_tapstatus(struct target *t);
Implemented in lakemont.c:423

Arguments

t

References

LocationReferrerText
lakemont.c:423
static uint32_t get_tapstatus(struct target *t)
lakemont.c:40
static uint32_t get_tapstatus(struct target *t);
lakemont.c:438enter_probemode()
tapstatus = get_tapstatus(t);
lakemont.c:452enter_probemode()
tapstatus = get_tapstatus(t);
lakemont.c:465exit_probemode()
uint32_t tapstatus = get_tapstatus(t);
lakemont.c:748sw_bpts_supported()
uint32_t tapstatus = get_tapstatus(t);
lakemont.c:757transaction_status()
uint32_t tapstatus = get_tapstatus(t);
lakemont.c:853lakemont_poll()
uint32_t ts = get_tapstatus(t);
lakemont.c:875lakemont_poll()
LOG_DEBUG("redirect to PM, tapstatus=0x%08" PRIx32, get_tapstatus(t));
lakemont.c:1063lakemont_step()
get_tapstatus(t);
lakemont.c:1074lakemont_step()
tapstatus = get_tapstatus(t);

Call Tree

Functions calling get_tapstatus()
Functions called by get_tapstatus()
get_tapstatus()
all items filtered out
Data read by get_tapstatus()
get_tapstatus()
Type of get_tapstatus()
get_tapstatus()
uint32_t
all items filtered out