ESP-IDF
ot::Radio::kInvalidRssi
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::Radio::kInvalidRssi
ot::Radio::kInvalidRssi variable
Syntax
Show:
Summary
Declaration
from
radio.hpp:173
static
constexpr
int8_t
kInvalidRssi
=
OT_RADIO_RSSI_INVALID
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
int8_t
kInvalidRssi
=
OT_RADIO_RSSI_INVALID
;
///< Invalid RSSI value.
radio.hpp:173
VerifyOrExit
(
aRss
!=
Radio
::
kInvalidRssi
,
error
=
kErrorInvalidArgs
)
;
link_quality.cpp:62
ot::RssAverager
ot::RssAverager::Add()
VerifyOrExit
(
mCount
!=
0
,
average
=
Radio
::
kInvalidRssi
)
;
link_quality.cpp:86
ot::RssAverager
ot::RssAverager::GetAverage() const
mLastRss
=
Radio
::
kInvalidRssi
;
link_quality.cpp:134
ot::LinkQualityInfo
ot::LinkQualityInfo::Clear()
VerifyOrExit
(
aRss
!=
Radio
::
kInvalidRssi
)
;
link_quality.cpp:144
ot::LinkQualityInfo
ot::LinkQualityInfo::AddRss()
if
(
linkMargin
<
0
||
aRss
==
Radio
::
kInvalidRssi
)
link_quality.cpp:180
ot::ComputeLinkMargin()
VerifyOrExit
(
(
mEnergyScanHandler
!=
nullptr
)
&&
(
aRssi
!=
Radio
::
kInvalidRssi
)
)
;
mac.cpp:362
ot::Mac::Mac
ot::Mac::Mac::ReportEnergyScanResult()
Radio
::
kInvalidRssi
;
mac_links.hpp:576
ot::Mac::Links
ot::Mac::Links::GetRssi() const
inline
int8_t
Radio
::
GetRssi
(
void
)
{
return
kInvalidRssi
;
}
radio.hpp:1071
ot::Radio
ot::Radio::GetRssi()
mEnergyScanMaxRssi
=
Radio
::
kInvalidRssi
;
sub_mac.cpp:77
ot::Mac::SubMac
ot::Mac::SubMac::Init()
mEnergyScanMaxRssi
=
Radio
::
kInvalidRssi
;
sub_mac.cpp:708
ot::Mac::SubMac
ot::Mac::SubMac::EnergyScan()
if
(
rssi
!=
Radio
::
kInvalidRssi
)
sub_mac.cpp:727
ot::Mac::SubMac
ot::Mac::SubMac::SampleRssi()
if
(
(
mEnergyScanMaxRssi
==
Radio
::
kInvalidRssi
)
||
(
rssi
>
mEnergyScanMaxRssi
)
)
sub_mac.cpp:729
ot::Mac::SubMac
ot::Mac::SubMac::SampleRssi()
VerifyOrExit
(
*
aParentRssi
!=
Radio
::
kInvalidRssi
,
error
=
kErrorFailed
)
;
thread_api.cpp:362
otThreadGetParentAverageRssi()
VerifyOrExit
(
*
aLastRssi
!=
Radio
::
kInvalidRssi
,
error
=
kErrorFailed
)
;
thread_api.cpp:376
otThreadGetParentLastRssi()
mRxFrame
.
mInfo
.
mRxInfo
.
mRssi
=
Radio
::
kInvalidRssi
;
trel_link.cpp:233
ot::Trel::Link
ot::Trel::Link::BeginTransmit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Radio::kInvalidRssi
is read by 14 functions:
All items filtered out
ot::Radio::kInvalidRssi
ot::Radio::GetRssi()
ot::Mac::Links::GetRssi() const
otThreadGetParentAverageRssi()
otThreadGetParentLastRssi()
ot::Mac::Mac::ReportEnergyScanResult()
ot::Mac::SubMac::Init()
ot::Mac::SubMac::EnergyScan()
ot::Mac::SubMac::SampleRssi()
ot::Trel::Link::BeginTransmit()
ot::RssAverager::Add()
ot::RssAverager::GetAverage() const
ot::LinkQualityInfo::Clear()
ot::LinkQualityInfo::AddRss()
ot::ComputeLinkMargin()
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