etm_context::target is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

etm_context::target field

Syntax

struct target *target;

References

LocationReferrerText
etm.h:152
struct target *target; /* target this ETM is connected to */
etm.c:667etm_read_instruction()
opcode = target_buffer_get_u32(ctx->target, buf);
etm.c:679etm_read_instruction()
opcode = target_buffer_get_u16(ctx->target, buf);
etm.c:837etmv1_data()
*data = target_buffer_get_u32(ctx->target, buf);
etm.c:839etmv1_data()
*data = target_buffer_get_u16(ctx->target, buf);
etm.c:1427handle_etm_config_command()
etm_ctx->target = target;

Data Use

Functions writing etm_context::target
Functions reading etm_context::target
all items filtered out
etm_context::target
Type of etm_context::target
etm_context::target
all items filtered out