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

adiv5_verify_config() function

Syntax

extern int adiv5_verify_config(struct adiv5_private_config *pc);
Implemented in arm_adi_v5.c:2483

Arguments

pc

References

LocationReferrerText
arm_adi_v5.c:2483
int adiv5_verify_config(struct adiv5_private_config *pc)
arm_adi_v5.h:790
extern int adiv5_verify_config(struct adiv5_private_config *pc);
aarch64.c:2822armv8r_target_create()
if (adiv5_verify_config(&pc->adiv5_config) != ERROR_OK)
aarch64.c:2841aarch64_target_create()
if (adiv5_verify_config(&pc->adiv5_config) != ERROR_OK)
cortex_a.c:3160cortex_r4_target_create()
if (adiv5_verify_config(pc) != ERROR_OK)
cortex_m.c:3071cortex_m_target_create()
if (adiv5_verify_config(pc) != ERROR_OK)
xtensa_chip.c:99xtensa_chip_target_create()
if (adiv5_verify_config(pc) == ERROR_OK) {

Call Tree

Functions calling adiv5_verify_config()
adiv5_verify_config()
Data read by adiv5_verify_config()
adiv5_verify_config()