ESP-IDF
ot::Mac::SubMac::mRxOnWhenIdle
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
ot::Mac::SubMac::mRxOnWhenIdle
ot::Mac::SubMac::mRxOnWhenIdle field
Syntax
Show:
Summary
Declaration
from
sub_mac.hpp:631
bool
mRxOnWhenIdle
:
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mRxOnWhenIdle
:
1
;
sub_mac.hpp:631
mRxOnWhenIdle
=
true
;
sub_mac.cpp:76
ot::Mac::SubMac
ot::Mac::SubMac::Init()
mRxOnWhenIdle
=
aRxOnWhenIdle
;
sub_mac.cpp:183
ot::Mac::SubMac
ot::Mac::SubMac::SetRxOnWhenIdle()
Get
<
Radio
>
(
)
.
SetRxOnWhenIdle
(
mRxOnWhenIdle
)
;
sub_mac.cpp:188
ot::Mac::SubMac
ot::Mac::SubMac::SetRxOnWhenIdle()
LogDebg
(
"RxOnWhenIdle: %d"
,
mRxOnWhenIdle
)
;
sub_mac.cpp:192
ot::Mac::SubMac
ot::Mac::SubMac::SetRxOnWhenIdle()
if
(
mRxOnWhenIdle
)
sub_mac.cpp:447
ot::Mac::SubMac
ot::Mac::SubMac::StartTimerForBackoff()
if
(
aFrame
.
GetChannel
(
)
!=
aFrame
.
GetRxChannelAfterTxDone
(
)
&&
mRxOnWhenIdle
)
sub_mac.cpp:594
ot::Mac::SubMac
ot::Mac::SubMac::HandleTransmitDone()
bool
SubMac
::
ShouldHandleTransitionToSleep
(
void
)
const
{
return
(
mRxOnWhenIdle
||
!
RadioSupportsRxOnWhenIdle
(
)
)
;
}
sub_mac.cpp:893
ot::Mac::SubMac
ot::Mac::SubMac::ShouldHandleTransitionToSleep() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mac::SubMac::mRxOnWhenIdle
is written by 2 functions and is read by 4 functions:
ot::Mac::SubMac::Init()
ot::Mac::SubMac::SetRxOnWhenIdle()
All items filtered out
ot::Mac::SubMac::mRxOnWhenIdle
ot::Mac::SubMac::SetRxOnWhenIdle()
ot::Mac::SubMac::StartTimerForBackoff()
ot::Mac::SubMac::HandleTransmitDone()
ot::Mac::SubMac::ShouldHandleTransitionToSleep() const
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