ESP-IDF
s_sys_view_lock
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
s_sys_view_lock
s_sys_view_lock variable
Syntax
Show:
Summary
Declaration
from
SEGGER_SYSVIEW_Config_FreeRTOS.c:150
static
esp_apptrace_lock_t
s_sys_view_lock
=
{
.
mux
=
portMUX_INITIALIZER_UNLOCKED
,
.
int_state
=
0
}
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_apptrace_lock_t
s_sys_view_lock
=
{
.
mux
=
portMUX_INITIALIZER_UNLOCKED
,
.
int_state
=
0
}
;
SEGGER_SYSVIEW_Config_FreeRTOS.c:150
esp_apptrace_lock_take
(
&
s_sys_view_lock
,
&
tmo
)
;
SEGGER_SYSVIEW_Config_FreeRTOS.c:274
SEGGER_SYSVIEW_X_SysView_Lock()
return
s_sys_view_lock
.
int_state
;
SEGGER_SYSVIEW_Config_FreeRTOS.c:276
SEGGER_SYSVIEW_X_SysView_Lock()
s_sys_view_lock
.
int_state
=
int_state
;
SEGGER_SYSVIEW_Config_FreeRTOS.c:281
SEGGER_SYSVIEW_X_SysView_Unlock()
esp_apptrace_lock_give
(
&
s_sys_view_lock
)
;
SEGGER_SYSVIEW_Config_FreeRTOS.c:282
SEGGER_SYSVIEW_X_SysView_Unlock()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_sys_view_lock
is read by 2 functions:
All items filtered out
s_sys_view_lock
SEGGER_SYSVIEW_X_SysView_Lock()
SEGGER_SYSVIEW_X_SysView_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