ESP-IDF
OT_RADIO_POWER_INVALID
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
OT_RADIO_POWER_INVALID
OT_RADIO_POWER_INVALID value
Syntax
Show:
Summary
Declaration
from
radio.h:84
OT_RADIO_POWER_INVALID
=
127
;
Examples
References
from
examples
Code
Location
Scope
Referrer
OT_RADIO_POWER_INVALID
=
127
,
///< Invalid or unknown power value
radio.h:84
mTxPacket
->
mInfo
.
mTxInfo
.
mTxPower
=
OT_RADIO_POWER_INVALID
;
factory_diags.cpp:221
ot::FactoryDiags::Diags
ot::FactoryDiags::Diags::ResetTxPacket()
int8_t
txPower
=
OT_RADIO_POWER_INVALID
;
factory_diags.cpp:235
ot::FactoryDiags::Diags
ot::FactoryDiags::Diags::ProcessFrame()
if
(
mPowerTable
[
i
-
Radio
::
kChannelMin
]
!=
OT_RADIO_POWER_INVALID
)
max_power_table.hpp:69
ot::MaxPowerTable
ot::MaxPowerTable::GetSupportedChannelMask() const
aFrame
.
mInfo
.
mTxInfo
.
mTxPower
=
OT_RADIO_POWER_INVALID
;
ncp_base_radio.cpp:460
ot::Ncp::NcpBase
ot::Ncp::NcpBase::DecodeStreamRawTxRequest()
static
constexpr
int8_t
kRadioPowerInvalid
=
OT_RADIO_POWER_INVALID
;
///< Invalid TX power value
radio.hpp:56
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
OT_RADIO_POWER_INVALID
is read by 4 functions:
All items filtered out
OT_RADIO_POWER_INVALID
ot::MaxPowerTable::GetSupportedChannelMask() const
ot::FactoryDiags::Diags::ResetTxPacket()
ot::FactoryDiags::Diags::ProcessFrame()
ot::Ncp::NcpBase::DecodeStreamRawTxRequest()
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