OpenOCD
arm_tpiu_swo_object
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
arm_tpiu_swo_object
arm_tpiu_swo_object struct
Syntax
Show:
Summary
Declaration
from
arm_tpiu_swo.c:89
struct
arm_tpiu_swo_object
{
struct
list_head
lh
;
struct
adiv5_mem_ap_spot
spot
;
struct
adiv5_ap
*
ap
;
char
*
name
;
struct
arm_tpiu_swo_event_action
*
event_action
;
bool
deferred_enable
;
bool
enabled
;
bool
en_capture
;
uint32_t
port_width
;
FILE
*
file
;
unsigned
int
pin_protocol
;
bool
en_formatter
;
unsigned
int
traceclkin_freq
;
unsigned
int
swo_pin_freq
;
char
*
out_filename
;
struct
list_head
connections
;
bool
recheck_ap_cur_target
;
}
;
Fields
Field
Declared as
Description
arm_tpiu_swo_object::lh
struct
list_head
arm_tpiu_swo_object::spot
struct
adiv5_mem_ap_spot
arm_tpiu_swo_object::ap
struct
adiv5_ap
*
arm_tpiu_swo_object::name
char
*
arm_tpiu_swo_object::event_action
struct
arm_tpiu_swo_event_action
*
arm_tpiu_swo_object::deferred_enable
bool
arm_tpiu_swo_object::enabled
bool
arm_tpiu_swo_object::en_capture
bool
arm_tpiu_swo_object::port_width
uint32_t
Handle to output trace data in INTERNAL capture mode Synchronous output port width.
arm_tpiu_swo_object::file
FILE
*
arm_tpiu_swo_object::pin_protocol
unsigned
int
output mode.
arm_tpiu_swo_object::en_formatter
bool
Enable formatter.
arm_tpiu_swo_object::traceclkin_freq
unsigned
int
frequency of TRACECLKIN (usually matches HCLK).
arm_tpiu_swo_object::swo_pin_freq
unsigned
int
SWO pin frequency.
arm_tpiu_swo_object::out_filename
char
*
where to dump the captured output trace data.
arm_tpiu_swo_object::connections
struct
list_head
track TCP connections.
arm_tpiu_swo_object::recheck_ap_cur_target
bool
Related Functions
Found 4 other functions taking a
arm_tpiu_swo_object
argument:
Function
arm_tpiu_swo_handle_event()
arm_tpiu_swo_close_output()
arm_tpiu_swo_create()
arm_tpiu_swo_configure()
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