ESP-IDF
esp_apptrace_trax_lock()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_lock()
esp_apptrace_trax_lock() function
Syntax
Show:
Summary
Declaration
from
port.c:245
static
esp_err_t
esp_apptrace_trax_lock
(
esp_apptrace_trax_data_t
*
hw_data
,
esp_apptrace_tmo_t
*
tmo
)
;
Arguments
Argument
hw_data
tmo
Related Functions
Found 10 other functions taking a
esp_apptrace_trax_data_t
argument:
Function
Description
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_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
esp_err_t
esp_apptrace_trax_lock
(
esp_apptrace_trax_data_t
*
hw_data
,
esp_apptrace_tmo_t
*
tmo
)
port.c:245
esp_err_t
res
=
esp_apptrace_trax_lock
(
hw_data
,
tmo
)
;
port.c:353
esp_apptrace_trax_up_buffer_get()
esp_err_t
res
=
esp_apptrace_trax_lock
(
hw_data
,
tmo
)
;
port.c:392
esp_apptrace_trax_down_buffer_get()
esp_err_t
res
=
esp_apptrace_trax_lock
(
hw_data
,
tmo
)
;
port.c:447
esp_apptrace_trax_flush()
Call Tree
from
examples
esp_apptrace_trax_lock()
is called by 3 functions and calls 1 function:
esp_apptrace_trax_up_buffer_get()
esp_apptrace_trax_down_buffer_get()
esp_apptrace_trax_flush()
All items filtered out
esp_apptrace_trax_lock()
esp_apptrace_lock_take()
All items filtered out
Data Use
from
examples
esp_apptrace_trax_lock()
:
All items filtered out
esp_apptrace_trax_lock()
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