ESP-IDF
API_MUTEX_TAKE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
API_MUTEX_TAKE
API_MUTEX_TAKE macro
Syntax
Show:
Summary
Declaration
from
esp_wps_i.h:89
#define
API_MUTEX_TAKE
(
)
do
{
\
if
(
!
s_wps_api_lock
)
{
\
s_wps_api_lock
=
os_recursive_mutex_create
(
)
;
\
if
(
!
s_wps_api_lock
)
{
\
wpa_printf
(
MSG_ERROR
,
"wps api lock create failed"
)
;
\
return
ESP_ERR_NO_MEM
;
\
}
\
}
\
os_mutex_lock
(
s_wps_api_lock
)
;
\
}
while
(
0
)
Examples
References
from
examples
Code
Location
#define
API_MUTEX_TAKE
(
)
do
{
\
esp_wps_i.h:89
API_MUTEX_TAKE
(
)
;
esp_hostpad_wps.c:217
API_MUTEX_TAKE
(
)
;
esp_hostpad_wps.c:260
API_MUTEX_TAKE
(
)
;
esp_hostpad_wps.c:320
API_MUTEX_TAKE
(
)
;
esp_wps.c:1891
API_MUTEX_TAKE
(
)
;
esp_wps.c:1988
API_MUTEX_TAKE
(
)
;
esp_wps.c:2028
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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