arm11_check_init() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

arm11_check_init() function

Check and if necessary take control of the system

Syntax

static int arm11_check_init(struct arm11_common *arm11);

Arguments

arm11

Target state variable.

References

LocationReferrerText
arm11.c:41
static int arm11_check_init(struct arm11_common *arm11)
arm11.c:310arm11_poll()
CHECK_RETVAL(arm11_check_init(arm11));
arm11.c:1218arm11_examine()
retval = arm11_check_init(arm11);

Call Tree

Functions calling arm11_check_init()
Functions called by arm11_check_init()
all items filtered out
arm11_check_init()