OpenOCD
arm_tpiu_swo.h File Reference
This graph shows which files directly or indirectly include this file:

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 []
 

Enumeration Type Documentation

◆ tpiu_pin_protocol

Enumerator
TPIU_PIN_PROTOCOL_SYNC 

synchronous trace output

TPIU_PIN_PROTOCOL_ASYNC_MANCHESTER 

asynchronous output with Manchester coding

TPIU_PIN_PROTOCOL_ASYNC_UART 

asynchronous output with NRZ coding

Definition at line 7 of file arm_tpiu_swo.h.

Function Documentation

◆ arm_tpiu_swo_cleanup_all()

◆ arm_tpiu_swo_register_commands()

int arm_tpiu_swo_register_commands ( struct command_context cmd_ctx)

Definition at line 1213 of file arm_tpiu_swo.c.

Referenced by setup_command_handler().

Variable Documentation

◆ arm_tpiu_deprecated_command_handlers

const struct command_registration arm_tpiu_deprecated_command_handlers[]
extern

Definition at line 1018 of file arm_tpiu_swo.c.