arm7_9_common::set_special_dbgrq is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarm7_9_common::set_special_dbgrq

arm7_9_common::set_special_dbgrq field

Function for setting DBGRQ if the normal way won't work

Syntax

void (*set_special_dbgrq)(struct target *target);

References

LocationReferrerScopeText
arm7_9_common.h:101
void (*set_special_dbgrq)(struct target *target);
arm7_9_common.c:1192arm7_9_halt()
if (arm7_9->set_special_dbgrq)
arm7_9_common.c:1193arm7_9_halt()
arm7_9->set_special_dbgrq(target);
feroceon.c:618feroceon_set_dbgrq()feroceon_common_setup()
arm7_9->set_special_dbgrq = feroceon_set_dbgrq;

Call Tree

Functions calling arm7_9_common::set_special_dbgrq
all items filtered out
arm7_9_common::set_special_dbgrq
Functions writing arm7_9_common::set_special_dbgrq
Functions reading arm7_9_common::set_special_dbgrq
all items filtered out
arm7_9_common::set_special_dbgrq
all items filtered out
Implementations
all items filtered out
arm7_9_common::set_special_dbgrq