cortex_m_common::slow_register_read is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcortex_m_common::slow_register_read

cortex_m_common::slow_register_read field

Syntax

bool slow_register_read;

References

LocationReferrerText
cortex_m.h:255
bool slow_register_read; /* A register has not been ready, poll S_REGRDY */
cortex_m.c:211cortex_m_load_core_reg_u32()
cortex_m->slow_register_read = true; /* Polling (still) needed. */
cortex_m.c:239cortex_m_slow_read_all_regs()
cortex_m->slow_register_read = false;
cortex_m.c:250cortex_m_slow_read_all_regs()
if (!cortex_m->slow_register_read)
cortex_m.c:877cortex_m_debug_entry()
if (!cortex_m->slow_register_read) {
cortex_m.c:880cortex_m_debug_entry()
cortex_m->slow_register_read = true;
cortex_m.c:885cortex_m_debug_entry()
if (cortex_m->slow_register_read)

Data Use

Functions writing cortex_m_common::slow_register_read
Functions reading cortex_m_common::slow_register_read
cortex_m_common::slow_register_read