ESP-IDF
s_wps_api_sem
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_wps_api_sem
s_wps_api_sem variable
Syntax
Show:
Summary
Declaration
from
esp_wps.c:37
void
*
s_wps_api_sem
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
void
*
s_wps_api_sem
=
NULL
;
/* Sync semaphore used between WPS/WPS-REG public API caller task and WPS task, never be freed */
esp_wps.c:37
extern
void
*
s_wps_api_sem
;
esp_hostpad_wps.c:33
os_semphr_give
(
s_wps_api_sem
)
;
esp_hostpad_wps.c:351
wps_reg_eloop_handler()
if
(
s_wps_api_sem
==
NULL
)
{
esp_hostpad_wps.c:361
wps_reg_eloop_post_block()
s_wps_api_sem
=
os_semphr_create
(
1
,
0
)
;
esp_hostpad_wps.c:362
wps_reg_eloop_post_block()
if
(
s_wps_api_sem
==
NULL
)
{
esp_hostpad_wps.c:363
wps_reg_eloop_post_block()
if
(
TRUE
==
os_semphr_take
(
s_wps_api_sem
,
OS_BLOCK
)
)
{
esp_hostpad_wps.c:371
wps_reg_eloop_post_block()
os_semphr_give
(
s_wps_api_sem
)
;
esp_wps.c:151
wps_task()
os_semphr_give
(
s_wps_api_sem
)
;
esp_wps.c:167
wps_task()
if
(
s_wps_api_sem
)
{
esp_wps.c:1746
wps_task_deinit()
os_semphr_delete
(
s_wps_api_sem
)
;
esp_wps.c:1747
wps_task_deinit()
s_wps_api_sem
=
NULL
;
esp_wps.c:1748
wps_task_deinit()
s_wps_api_sem
=
os_semphr_create
(
1
,
0
)
;
esp_wps.c:1792
wps_task_init()
if
(
!
s_wps_api_sem
)
{
esp_wps.c:1793
wps_task_init()
if
(
TRUE
==
os_semphr_take
(
s_wps_api_sem
,
OS_BLOCK
)
)
{
esp_wps.c:1842
wps_post_block()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_wps_api_sem
is written by 3 functions and is read by 6 functions:
wps_task_deinit()
wps_task_init()
wps_reg_eloop_post_block()
All items filtered out
s_wps_api_sem
wps_task()
wps_task_deinit()
wps_task_init()
wps_post_block()
wps_reg_eloop_handler()
wps_reg_eloop_post_block()
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