ESP-IDF
NO_ACTION
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
NO_ACTION
NO_ACTION macro
Does nothing. This is passed to EXPECT when there is no action to do.
Syntax
Show:
Summary
Declaration
from
utils.hpp:62
#define
NO_ACTION
Examples
References
from
examples
Code
Location
#define
NO_ACTION
utils.hpp:62
EXPECT
(
otLoggingGetLevel
(
)
>=
OT_LOG_LEVEL_DEBG
,
NO_ACTION
)
;
logger.cpp:137
EXPECT
(
cmd
!=
SPINEL_CMD_RESET
,
NO_ACTION
)
;
logger.cpp:146
EXPECT
(
cmd
!=
SPINEL_CMD_PROP_VALUE_GET
,
NO_ACTION
)
;
logger.cpp:149
EXPECT
(
cmd
==
SPINEL_CMD_PROP_VALUE_IS
,
NO_ACTION
)
;
radio_spinel.cpp:381
EXPECT
(
mOutputCallback
!=
nullptr
,
NO_ACTION
)
;
radio_spinel.cpp:449
EXPECT
(
mOutputCallback
!=
nullptr
,
NO_ACTION
)
;
radio_spinel.cpp:612
EXPECT
(
mRxOnWhenIdle
!=
aEnable
,
NO_ACTION
)
;
radio_spinel.cpp:829
EXPECT
(
mShortAddress
!=
aAddress
,
NO_ACTION
)
;
radio_spinel.cpp:841
EXPECT
(
mPanId
!=
aPanId
,
NO_ACTION
)
;
radio_spinel.cpp:962
EXPECT
(
mState
==
kStateReceive
||
(
mState
==
kStateSleep
&&
(
sRadioCaps
&
OT_RADIO_CAPS_SLEEP_TO_TX
)
)
,
NO_ACTION
)
;
radio_spinel.cpp:1609
EXPECT
(
!
IsEnabled
(
)
,
NO_ACTION
)
;
radio_spinel.cpp:1748
EXPECT
(
IsEnabled
(
)
,
NO_ACTION
)
;
radio_spinel.cpp:1773
EXPECT
(
mTimeSyncOn
,
NO_ACTION
)
;
radio_spinel.cpp:1930
EXPECT
(
!
mIsTimeSynced
||
(
otPlatTimeGet
(
)
>=
GetNextRadioTimeRecalcStart
(
)
)
,
NO_ACTION
)
;
radio_spinel.cpp:1931
EXPECT
(
mWriteSegmentHead
==
mWriteSegmentTail
,
NO_ACTION
)
;
spinel_buffer.cpp:256
EXPECT
(
mWriteDirection
!=
kUnknown
,
NO_ACTION
)
;
spinel_buffer.cpp:313
EXPECT
(
mWriteDirection
!=
kUnknown
,
NO_ACTION
)
;
spinel_buffer.cpp:470
EXPECT
(
aPosition
.
mSegmentHead
==
mWriteSegmentHead
,
NO_ACTION
)
;
spinel_buffer.cpp:471
EXPECT
(
offset
<
segmentLength
,
NO_ACTION
)
;
spinel_buffer.cpp:475
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