ESP-IDF
NAN_STARTED_BIT
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
NAN_STARTED_BIT
NAN_STARTED_BIT macro
Syntax
Show:
Summary
Declaration
from
nan_app.c:21
#define
NAN_STARTED_BIT
BIT0
Examples
References
from
examples
Code
Location
#define
NAN_STARTED_BIT
BIT0
nan_app.c:21
s_nan_ctx
.
state
=
NAN_STARTED_BIT
;
nan_app.c:705
os_event_group_set_bits
(
nan_event_group
,
NAN_STARTED_BIT
)
;
nan_app.c:709
s_nan_ctx
.
state
&=
~
NAN_STARTED_BIT
;
nan_app.c:723
if
(
s_nan_ctx
.
state
&
NAN_STARTED_BIT
)
{
nan_app.c:751
EventBits_t
bits
=
os_event_group_wait_bits
(
nan_event_group
,
NAN_STARTED_BIT
,
pdFALSE
,
pdFALSE
,
portMAX_DELAY
)
;
nan_app.c:771
if
(
!
(
bits
&
NAN_STARTED_BIT
)
)
{
nan_app.c:772
if
(
!
(
s_nan_ctx
.
state
&
NAN_STARTED_BIT
)
)
{
nan_app.c:784
if
(
!
(
s_nan_ctx
.
state
&
NAN_STARTED_BIT
)
)
{
nan_app.c:830
if
(
!
(
s_nan_ctx
.
state
&
NAN_STARTED_BIT
)
)
{
nan_app.c:864
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