TPIU_SPPR_PROTOCOL_UART is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDTPIU_SPPR_PROTOCOL_UART

TPIU_SPPR_PROTOCOL_UART macro

Syntax

#define TPIU_SPPR_PROTOCOL_UART (TPIU_PIN_PROTOCOL_ASYNC_UART)

References

LocationText
arm_tpiu_swo.c:63
#define TPIU_SPPR_PROTOCOL_UART (TPIU_PIN_PROTOCOL_ASYNC_UART)
arm_tpiu_swo.c:340
{ .name = "uart", .value = TPIU_SPPR_PROTOCOL_UART },
arm_tpiu_swo.c:632
if (obj->pin_protocol == TPIU_SPPR_PROTOCOL_MANCHESTER || obj->pin_protocol == TPIU_SPPR_PROTOCOL_UART) {
arm_tpiu_swo.c:691
case TPIU_SPPR_PROTOCOL_UART:
arm_tpiu_swo.c:752
if (obj->pin_protocol == TPIU_SPPR_PROTOCOL_MANCHESTER || obj->pin_protocol == TPIU_SPPR_PROTOCOL_UART)
arm_tpiu_swo.c:772
} else if (obj->pin_protocol == TPIU_SPPR_PROTOCOL_MANCHESTER || obj->pin_protocol == TPIU_SPPR_PROTOCOL_UART) {