cortex_m_set_maskints_for_run() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcortex_m_set_maskints_for_run()

cortex_m_set_maskints_for_run() function

Syntax

static int cortex_m_set_maskints_for_run(struct target *target);

Arguments

target

References

LocationReferrerText
cortex_m.c:495
static int cortex_m_set_maskints_for_run(struct target *target)
cortex_m.c:638cortex_m_endreset_event()
cortex_m_set_maskints_for_run(target);
cortex_m.c:1026cortex_m_poll_one()
cortex_m_set_maskints_for_run(target);
cortex_m.c:1402cortex_m_restart_one()
cortex_m_set_maskints_for_run(target);
cortex_m.c:1600cortex_m_step()
cortex_m_set_maskints_for_run(target);
cortex_m.c:1912cortex_m_assert_reset()
cortex_m_set_maskints_for_run(target);

Call Tree

Functions calling cortex_m_set_maskints_for_run()
Functions called by cortex_m_set_maskints_for_run()
cortex_m_set_maskints_for_run()