OpenOCD
|
Data Fields | |
struct adiv5_dap | dap |
struct list_head | lh |
char * | name |
const struct swd_driver * | swd |
struct adiv5_dap arm_dap_object::dap |
Definition at line 536 of file arm_dap.c.
Referenced by adiv5_dap_name(), adiv5_dap_swd_driver(), adiv5_get_dap(), dap_check_config(), dap_cleanup_all(), dap_configure(), dap_create(), dap_init_all(), and dap_instance_by_jim_obj().
struct list_head arm_dap_object::lh |
Definition at line 536 of file arm_dap.c.
Referenced by dap_create().
char* arm_dap_object::name |
Definition at line 31 of file arm_dap.c.
Referenced by adiv5_dap_name(), dap_check_config(), dap_cleanup_all(), dap_configure(), dap_create(), dap_instance_by_jim_obj(), and jim_dap_names().
const struct swd_driver* arm_dap_object::swd |
Definition at line 32 of file arm_dap.c.
Referenced by adiv5_dap_swd_driver(), and dap_init_all().