OpenOCD
arm_tpiu_swo.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef OPENOCD_TARGET_ARM_TPIU_SWO_H
4 #define OPENOCD_TARGET_ARM_TPIU_SWO_H
5 
6 /* Values should match TPIU_SPPR_PROTOCOL_xxx */
11 };
12 
13 /* START_DEPRECATED_TPIU */
14 /* DEPRECATED: emulation of old command 'tpiu config' */
16 /* END_DEPRECATED_TPIU */
17 
19 int arm_tpiu_swo_cleanup_all(void);
20 
21 #endif /* OPENOCD_TARGET_ARM_TPIU_SWO_H */
const struct command_registration arm_tpiu_deprecated_command_handlers[]
int arm_tpiu_swo_register_commands(struct command_context *cmd_ctx)
tpiu_pin_protocol
Definition: arm_tpiu_swo.h:7
@ TPIU_PIN_PROTOCOL_SYNC
synchronous trace output
Definition: arm_tpiu_swo.h:8
@ TPIU_PIN_PROTOCOL_ASYNC_MANCHESTER
asynchronous output with Manchester coding
Definition: arm_tpiu_swo.h:9
@ TPIU_PIN_PROTOCOL_ASYNC_UART
asynchronous output with NRZ coding
Definition: arm_tpiu_swo.h:10
int arm_tpiu_swo_cleanup_all(void)
Definition: arm_tpiu_swo.c:208