OpenOCD
esp32_apptrace_format
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
esp32_apptrace_format
esp32_apptrace_format struct
Syntax
Show:
Summary
Declaration
from
esp32_apptrace.h:61
struct
esp32_apptrace_format
{
uint32_t
hdr_sz
;
int
(
*
core_id_get
)
(
struct
target
*
target
,
uint8_t
*
hdr_buf
)
;
uint32_t
(
*
usr_block_len_get
)
(
struct
target
*
target
,
uint8_t
*
hdr_buf
,
uint32_t
*
wr_len
)
;
}
;
Fields
Field
Declared as
esp32_apptrace_format::hdr_sz
uint32_t
esp32_apptrace_format::core_id_get
int
(
*
)
(
struct
target
*
target
,
uint8_t
*
hdr_buf
)
esp32_apptrace_format::usr_block_len_get
uint32_t
(
*
)
(
struct
target
*
target
,
uint8_t
*
hdr_buf
,
uint32_t
*
wr_len
)
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