arm_tpiu_swo_event_action is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarm_tpiu_swo_event_action

arm_tpiu_swo_event_action struct

Syntax

struct arm_tpiu_swo_event_action {     enum arm_tpiu_swo_event event;     Jim_Interp *interp;     Jim_Obj *body;     struct arm_tpiu_swo_event_action *next; };

Fields

event

No summary provided. Read more...

interp

No summary provided. Read more...

body

No summary provided. Read more...

next

No summary provided. Read more...

References

LocationReferrerScopeText
arm_tpiu_swo.c:82
struct arm_tpiu_swo_event_action {
arm_tpiu_swo.c:86arm_tpiu_swo_event_action::nextarm_tpiu_swo_event_action
struct arm_tpiu_swo_event_action *next;
arm_tpiu_swo.c:94arm_tpiu_swo_object::event_actionarm_tpiu_swo_object
struct arm_tpiu_swo_event_action *event_action;
arm_tpiu_swo.c:165arm_tpiu_swo_handle_event()
for (struct arm_tpiu_swo_event_action *ea = obj->event_action; ea; ea = ea->next) {
arm_tpiu_swo.c:230arm_tpiu_swo_cleanup_all()
struct arm_tpiu_swo_event_action *ea = obj->event_action;
arm_tpiu_swo.c:232arm_tpiu_swo_cleanup_all()
struct arm_tpiu_swo_event_action *next = ea->next;
arm_tpiu_swo.c:234arm_tpiu_swo_cleanup_all()
free(ea);
arm_tpiu_swo.c:304handle_arm_tpiu_swo_event_list()
for (struct arm_tpiu_swo_event_action *ea = obj->event_action; ea; ea = ea->next) {
arm_tpiu_swo.c:509arm_tpiu_swo_configure()
struct arm_tpiu_swo_event_action *ea = obj->event_action;
arm_tpiu_swo.c:526arm_tpiu_swo_configure()
ea = calloc(1, sizeof(*ea));

Type Use

Variables of arm_tpiu_swo_event_action type
arm_tpiu_swo_handle_event()::ea
arm_tpiu_swo_cleanup_all()::ea
arm_tpiu_swo_cleanup_all()::next
handle_arm_tpiu_swo_event_list()::ea
arm_tpiu_swo_configure()::ea
all items filtered out
arm_tpiu_swo_event_action
Allocators of arm_tpiu_swo_event_action
Deletors of arm_tpiu_swo_event_action
all items filtered out
arm_tpiu_swo_event_action
all items filtered out