|
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 523 of file arm_dap.c.
Referenced by adiv5_dap_name(), adiv5_dap_swd_driver(), adiv5_get_dap(), COMMAND_HANDLER(), dap_check_config(), dap_cleanup_all(), dap_configure(), dap_init_all(), and dap_instance_by_jim_obj().
| struct list_head arm_dap_object::lh |
Definition at line 523 of file arm_dap.c.
Referenced by COMMAND_HANDLER().
| char* arm_dap_object::name |
Definition at line 29 of file arm_dap.c.
Referenced by adiv5_dap_name(), COMMAND_HANDLER(), dap_check_config(), dap_cleanup_all(), dap_configure(), and dap_instance_by_jim_obj().
| const struct swd_driver* arm_dap_object::swd |
Definition at line 30 of file arm_dap.c.
Referenced by adiv5_dap_swd_driver(), and dap_init_all().