ESP-IDF
esp_apptrace_trax_up_buffer_put()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_put()
esp_apptrace_trax_up_buffer_put() function
Syntax
Show:
Summary
Declaration
Definition
from
port.c:195
static
esp_err_t
esp_apptrace_trax_up_buffer_put
(
esp_apptrace_trax_data_t
*
hw_data
,
uint8_t
*
ptr
,
esp_apptrace_tmo_t
*
tmo
)
;
Implemented in
port.c:367
Arguments
Argument
hw_data
ptr
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_get()
esp_apptrace_trax_down_buffer_config()
esp_apptrace_trax_flush_nolock()
esp_apptrace_trax_flush()
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
esp_apptrace_trax_up_buffer_put
(
esp_apptrace_trax_data_t
*
hw_data
,
uint8_t
*
ptr
,
esp_apptrace_tmo_t
*
tmo
)
port.c:367
static
esp_err_t
esp_apptrace_trax_up_buffer_put
(
esp_apptrace_trax_data_t
*
hw_data
,
uint8_t
*
ptr
,
esp_apptrace_tmo_t
*
tmo
)
;
port.c:195
.
put_up_buffer
=
(
esp_err_t
(
*
)
(
void
*
,
uint8_t
*
,
esp_apptrace_tmo_t
*
)
)
esp_apptrace_trax_up_buffer_put
,
port.c:230
esp_apptrace_jtag_hw_get()
Call Tree
from
examples
esp_apptrace_trax_up_buffer_put()
calls 2 functions:
All items filtered out
esp_apptrace_trax_up_buffer_put()
esp_cpu_get_core_id()
esp_apptrace_membufs_up_buffer_put()
All items filtered out
Data Use
from
examples
esp_apptrace_trax_up_buffer_put()
reads 1 variable and writes 1 variable:
esp_apptrace_trax_data_t::inited
All items filtered out
esp_apptrace_trax_up_buffer_put()
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