ESP-IDF
s_test_sem
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_test_sem
s_test_sem variable
Syntax
Show:
Summary
Declaration
from
unity_utils_freertos.c:22
static
SemaphoreHandle_t
s_test_sem
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
static
SemaphoreHandle_t
s_test_sem
=
NULL
;
unity_utils_freertos.c:22
if
(
s_test_sem
)
{
unity_utils_freertos.c:26
idle_hook_func()
xSemaphoreGive
(
s_test_sem
)
;
unity_utils_freertos.c:27
idle_hook_func()
if
(
s_test_sem
==
NULL
)
{
unity_utils_freertos.c:59
unity_utils_task_delete()
s_test_sem
=
xSemaphoreCreateCountingStatic
(
SEMAPHORE_COUNT_MAX
,
SEMAPHORE_COUNT_INITIAL
,
&
s_test_sem_buffer
)
;
unity_utils_freertos.c:60
unity_utils_task_delete()
while
(
xSemaphoreTake
(
s_test_sem
,
0
)
==
pdTRUE
)
{
}
unity_utils_freertos.c:62
unity_utils_task_delete()
xSemaphoreTake
(
s_test_sem
,
portMAX_DELAY
)
;
unity_utils_freertos.c:73
unity_utils_task_delete()
xSemaphoreTake
(
s_test_sem
,
portMAX_DELAY
)
;
unity_utils_freertos.c:74
unity_utils_task_delete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_test_sem
is written by 1 function and is read by 2 functions:
unity_utils_task_delete()
All items filtered out
s_test_sem
idle_hook_func()
unity_utils_task_delete()
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