ESP-IDF
OS_BLOCK
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
OS_BLOCK
OS_BLOCK macro
Syntax
Show:
Summary
Declaration
from
os.h:346
#define
OS_BLOCK
OSI_FUNCS_TIME_BLOCKING
Examples
References
from
examples
Code
Location
#define
OS_BLOCK
OSI_FUNCS_TIME_BLOCKING
os.h:346
if
(
os_queue_recv
(
s_dpp_evt_queue
,
&
evt
,
OS_BLOCK
)
==
TRUE
)
{
esp_dpp.c:518
if
(
TRUE
==
os_queue_recv
(
s_wpa2_queue
,
&
e
,
OS_BLOCK
)
)
{
esp_eap_client.c:208
os_semphr_take
(
s_wifi_wpa2_sync_sem
,
OS_BLOCK
)
;
esp_eap_client.c:288
esp_event_post
(
WIFI_EVENT
,
WIFI_EVENT_AP_WPS_RG_PIN
,
&
evt
,
sizeof
(
evt
)
,
OS_BLOCK
)
;
esp_hostpad_wps.c:89
if
(
TRUE
==
os_semphr_take
(
s_wps_api_sem
,
OS_BLOCK
)
)
{
esp_hostpad_wps.c:371
#define
WPA3_HOSTAP_AUTH_API_LOCK
(
)
os_semphr_take
(
g_wpa3_hostap_auth_api_lock
,
OS_BLOCK
)
esp_wpa3_i.h:53
if
(
TRUE
==
os_queue_recv
(
s_wps_queue
,
&
e
,
OS_BLOCK
)
)
{
esp_wps.c:130
esp_event_post
(
WIFI_EVENT
,
WIFI_EVENT_STA_WPS_ER_FAILED
,
&
reason_code
,
sizeof
(
reason_code
)
,
OS_BLOCK
)
;
esp_wps.c:811
esp_event_post
(
WIFI_EVENT
,
WIFI_EVENT_STA_WPS_ER_FAILED
,
&
reason_code
,
sizeof
(
reason_code
)
,
OS_BLOCK
)
;
esp_wps.c:1116
esp_event_post
(
WIFI_EVENT
,
WIFI_EVENT_STA_WPS_ER_TIMEOUT
,
0
,
0
,
OS_BLOCK
)
;
esp_wps.c:1287
sizeof
(
evt
)
,
OS_BLOCK
)
;
esp_wps.c:1355
0
,
0
,
OS_BLOCK
)
;
esp_wps.c:1358
esp_event_post
(
WIFI_EVENT
,
WIFI_EVENT_STA_WPS_ER_PIN
,
&
evt
,
sizeof
(
evt
)
,
OS_BLOCK
)
;
esp_wps.c:1486
esp_event_post
(
WIFI_EVENT
,
WIFI_EVENT_STA_WPS_ER_PBC_OVERLAP
,
0
,
0
,
OS_BLOCK
)
;
esp_wps.c:1635
os_semphr_take
(
s_wps_task_create_sem
,
OS_BLOCK
)
;
esp_wps.c:1819
if
(
TRUE
==
os_semphr_take
(
s_wps_api_sem
,
OS_BLOCK
)
)
{
esp_wps.c:1842
sizeof
(
evt
)
,
OS_BLOCK
)
;
wps_hostapd.c:126
esp_event_post
(
WIFI_EVENT
,
WIFI_EVENT_AP_WPS_RG_PBC_OVERLAP
,
NULL
,
0
,
OS_BLOCK
)
;
wps_hostapd.c:152
esp_event_post
(
WIFI_EVENT
,
WIFI_EVENT_AP_WPS_RG_TIMEOUT
,
NULL
,
0
,
OS_BLOCK
)
;
wps_hostapd.c:160
esp_event_post
(
WIFI_EVENT
,
WIFI_EVENT_AP_WPS_RG_TIMEOUT
,
NULL
,
0
,
OS_BLOCK
)
;
wps_hostapd.c:165
sizeof
(
evt
)
,
OS_BLOCK
)
;
wps_hostapd.c:182
sizeof
(
evt
)
,
OS_BLOCK
)
;
wps_hostapd.c:196
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