OpenOCD
|
Go to the source code of this file.
Enumerations | |
enum | tpiu_pin_protocol { TPIU_PIN_PROTOCOL_SYNC = 0 , TPIU_PIN_PROTOCOL_ASYNC_MANCHESTER = 1 , TPIU_PIN_PROTOCOL_ASYNC_UART = 2 } |
Functions | |
int | arm_tpiu_swo_cleanup_all (void) |
int | arm_tpiu_swo_register_commands (struct command_context *cmd_ctx) |
Variables | |
const struct command_registration | arm_tpiu_deprecated_command_handlers [] |
enum tpiu_pin_protocol |
Definition at line 7 of file arm_tpiu_swo.h.
int arm_tpiu_swo_cleanup_all | ( | void | ) |
Definition at line 208 of file arm_tpiu_swo.c.
References adapter_config_trace(), arm_tpiu_swo_object::ap, arm_tpiu_swo_close_output(), arm_tpiu_swo_handle_event(), arm_tpiu_swo_poll_trace(), arm_tpiu_swo_event_action::body, dap_put_ap(), arm_tpiu_swo_object::en_capture, arm_tpiu_swo_object::enabled, ERROR_OK, arm_tpiu_swo_object::event_action, arm_tpiu_swo_event_action::interp, lh(), list_for_each_entry_safe, LOG_ERROR, arm_tpiu_swo_object::name, arm_tpiu_swo_event_action::next, NULL, arm_tpiu_swo_object::out_filename, target_unregister_timer_callback(), TPIU_SWO_EVENT_POST_DISABLE, and TPIU_SWO_EVENT_PRE_DISABLE.
Referenced by openocd_main().
int arm_tpiu_swo_register_commands | ( | struct command_context * | cmd_ctx | ) |
Definition at line 1226 of file arm_tpiu_swo.c.
Referenced by setup_command_handler().
|
extern |
Definition at line 1031 of file arm_tpiu_swo.c.