ESP-IDF
esp_apptrace_lock_t::mux
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
esp_apptrace_lock_t::mux
esp_apptrace_lock_t::mux field
Syntax
Show:
Summary
Declaration
from
esp_app_trace_util.h:60
spinlock_t
mux
;
Examples
References
from
examples
Code
Location
Referrer
spinlock_t
mux
;
esp_app_trace_util.h:60
static
esp_apptrace_lock_t
s_sys_view_lock
=
{
.
mux
=
portMUX_INITIALIZER_UNLOCKED
,
.
int_state
=
0
}
;
SEGGER_SYSVIEW_Config_FreeRTOS.c:150
if
(
portTRY_ENTER_CRITICAL
(
&
(
lock
->
mux
)
,
0
)
==
pdTRUE
)
{
app_trace_util.c:66
esp_apptrace_lock_take()
portEXIT_CRITICAL
(
&
(
lock
->
mux
)
)
;
app_trace_util.c:81
esp_apptrace_lock_give()
portMUX_INITIALIZE
(
&
lock
->
mux
)
;
esp_app_trace_util.h:71
esp_apptrace_lock_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_apptrace_lock_t::mux
is read by 2 functions:
All items filtered out
esp_apptrace_lock_t::mux
esp_apptrace_lock_take()
esp_apptrace_lock_give()
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