for_each_removed_event_source_safe is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDfor_each_removed_event_source_safe

for_each_removed_event_source_safe macro

Syntax

#define for_each_removed_event_source_safe(ctx, e, n) \     for_each_safe_helper(e, n, &(ctx)->removed_event_sources, struct usbi_event_source)

Arguments

ctx

e

n

References

LocationText
libusbi.h:1510
#define for_each_removed_event_source_safe(ctx, e, n) \
io.c:1219
for_each_removed_event_source_safe(ctx, ievent_source, tmp) {