ESP-IDF
esp_apptrace_trax_unlock()
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_unlock()
esp_apptrace_trax_unlock() function
Syntax
Show:
Summary
Declaration
from
port.c:256
static
esp_err_t
esp_apptrace_trax_unlock
(
esp_apptrace_trax_data_t
*
hw_data
)
;
Arguments
Argument
hw_data
Related Functions
Found 10 other functions taking a
esp_apptrace_trax_data_t
argument:
Function
Description
esp_apptrace_trax_lock()
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_unlock
(
esp_apptrace_trax_data_t
*
hw_data
)
port.c:256
if
(
esp_apptrace_trax_unlock
(
hw_data
)
!=
ESP_OK
)
{
port.c:361
esp_apptrace_trax_up_buffer_get()
if
(
esp_apptrace_trax_unlock
(
hw_data
)
!=
ESP_OK
)
{
port.c:400
esp_apptrace_trax_down_buffer_get()
if
(
esp_apptrace_trax_unlock
(
hw_data
)
!=
ESP_OK
)
{
port.c:455
esp_apptrace_trax_flush()
Call Tree
from
examples
esp_apptrace_trax_unlock()
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_unlock()
esp_apptrace_lock_give()
All items filtered out
Data Use
from
examples
esp_apptrace_trax_unlock()
:
All items filtered out
esp_apptrace_trax_unlock()
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