OpenOCD
tpiu_pin_protocol
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
tpiu_pin_protocol
tpiu_pin_protocol enum
Syntax
Show:
Summary
Declaration
from
arm_tpiu_swo.h:7
enum
tpiu_pin_protocol
{
TPIU_PIN_PROTOCOL_SYNC
=
0
,
TPIU_PIN_PROTOCOL_ASYNC_MANCHESTER
=
1
,
TPIU_PIN_PROTOCOL_ASYNC_UART
=
2
,
}
;
Values
Value
Declared as
Description
tpiu_pin_protocol::TPIU_PIN_PROTOCOL_SYNC
=
0
synchronous trace output.
tpiu_pin_protocol::TPIU_PIN_PROTOCOL_ASYNC_MANCHESTER
=
1
asynchronous output with Manchester coding.
tpiu_pin_protocol::TPIU_PIN_PROTOCOL_ASYNC_UART
=
2
asynchronous output with NRZ coding.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out