ESP-IDF
esp_apptrace_trax_up_buffer_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_apptrace_trax_up_buffer_get()
esp_apptrace_trax_up_buffer_get() function
Syntax
Show:
Summary
Declaration
Definition
from
port.c:194
static
uint8_t
*
esp_apptrace_trax_up_buffer_get
(
esp_apptrace_trax_data_t
*
hw_data
,
uint32_t
size
,
esp_apptrace_tmo_t
*
tmo
)
;
Implemented in
port.c:346
Arguments
Argument
hw_data
size
tmo
Related Functions
Found 10 other functions taking a
esp_apptrace_trax_data_t
argument:
Function
Description
esp_apptrace_trax_lock()
esp_apptrace_trax_unlock()
esp_apptrace_trax_down_buffer_get()
esp_apptrace_trax_down_buffer_put()
esp_apptrace_trax_host_is_connected()
esp_apptrace_trax_init()
Apptrace HW iface ****************************************
esp_apptrace_trax_up_buffer_put()
esp_apptrace_trax_down_buffer_config()
esp_apptrace_trax_flush_nolock()
esp_apptrace_trax_flush()
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
*
esp_apptrace_trax_up_buffer_get
(
esp_apptrace_trax_data_t
*
hw_data
,
uint32_t
size
,
esp_apptrace_tmo_t
*
tmo
)
port.c:346
static
uint8_t
*
esp_apptrace_trax_up_buffer_get
(
esp_apptrace_trax_data_t
*
hw_data
,
uint32_t
size
,
esp_apptrace_tmo_t
*
tmo
)
;
port.c:194
.
get_up_buffer
=
(
uint8_t
*
(
*
)
(
void
*
,
uint32_t
,
esp_apptrace_tmo_t
*
)
)
esp_apptrace_trax_up_buffer_get
,
port.c:229
esp_apptrace_jtag_hw_get()
Call Tree
from
examples
esp_apptrace_trax_up_buffer_get()
calls 5 functions:
All items filtered out
esp_apptrace_trax_up_buffer_get()
esp_cpu_get_core_id()
__assert_func()
esp_apptrace_membufs_up_buffer_get()
esp_apptrace_trax_lock()
esp_apptrace_trax_unlock()
All items filtered out
Data Use
from
examples
esp_apptrace_trax_up_buffer_get()
reads 1 variable and writes 1 variable:
esp_apptrace_trax_data_t::inited
All items filtered out
esp_apptrace_trax_up_buffer_get()
esp_apptrace_jtag_hw_get()
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