ESP-IDF
ot::Radio::kChannelMin
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::kChannelMin
ot::Radio::kChannelMin variable
Syntax
Show:
Summary
Declaration
from
radio.hpp:162
static
constexpr
uint8_t
kChannelMin
=
OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MIN
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kChannelMin
=
OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MIN
;
radio.hpp:162
aChannel
=
(
Radio
::
kChannelMin
-
1
)
;
channel_mask.cpp:61
ot::Mac::ChannelMask
ot::Mac::ChannelMask::GetNextChannel() const
static_assert
(
(
Radio
::
kChannelMin
<
32
)
&&
(
Radio
::
kChannelMax
<
32
)
,
channel_mask.hpp:227
VerifyOrExit
(
value
>=
Radio
::
kChannelMin
&&
value
<=
Radio
::
kChannelMax
,
error
=
kErrorInvalidArgs
)
;
factory_diags.cpp:300
ot::FactoryDiags::Diags
ot::FactoryDiags::Diags::ProcessChannel()
for
(
channel
=
Radio
::
kChannelMin
;
channel
<=
Radio
::
kChannelMax
+
1
;
channel
++
)
factory_diags.cpp:720
ot::FactoryDiags::Diags
ot::FactoryDiags::Diags::ProcessPowerSettings()
VerifyOrExit
(
channel
>=
Radio
::
kChannelMin
&&
channel
<=
Radio
::
kChannelMax
,
error
=
kErrorInvalidArgs
)
;
factory_diags.cpp:744
ot::FactoryDiags::Diags
ot::FactoryDiags::Diags::ProcessPowerSettings()
,
mScanChannel
(
Radio
::
kChannelMin
)
mac.cpp:76
ot::Mac::Mac
ot::Mac::Mac::Mac()
int8_t
GetTransmitPower
(
uint8_t
aChannel
)
const
{
return
mPowerTable
[
aChannel
-
Radio
::
kChannelMin
]
;
}
max_power_table.hpp:50
ot::MaxPowerTable
ot::MaxPowerTable::GetTransmitPower() const
void
SetTransmitPower
(
uint8_t
aChannel
,
int8_t
aPower
)
{
mPowerTable
[
aChannel
-
Radio
::
kChannelMin
]
=
aPower
;
}
max_power_table.hpp:58
ot::MaxPowerTable
ot::MaxPowerTable::SetTransmitPower()
for
(
uint8_t
i
=
Radio
::
kChannelMin
;
i
<=
Radio
::
kChannelMax
;
++
i
)
max_power_table.hpp:67
ot::MaxPowerTable
ot::MaxPowerTable::GetSupportedChannelMask() const
if
(
mPowerTable
[
i
-
Radio
::
kChannelMin
]
!=
OT_RADIO_POWER_INVALID
)
max_power_table.hpp:69
ot::MaxPowerTable
ot::MaxPowerTable::GetSupportedChannelMask() const
int8_t
mPowerTable
[
Radio
::
kChannelMax
-
Radio
::
kChannelMin
+
1
]
;
max_power_table.hpp:79
VerifyOrExit
(
(
Radio
::
kChannelMin
<=
channel
)
&&
(
channel
<=
Radio
::
kChannelMax
)
)
;
mle_tlvs.cpp:132
ot::Mle::ChannelTlvValue
ot::Mle::ChannelTlvValue::IsValid() const
(
(
kChannelMin
==
aCslChannel
)
||
(
(
kChannelMin
<
aCslChannel
)
&&
(
aCslChannel
<=
kChannelMax
)
)
)
)
;
radio.hpp:722
ot::Radio
ot::Radio::IsCslChannelValid()
EXPECT
(
aChannel
>=
Radio
::
kChannelMin
&&
aChannel
<=
Radio
::
kChannelMax
,
error
=
OT_ERROR_INVALID_ARGS
)
;
radio_spinel.cpp:2279
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::SetChannelMaxTransmitPower()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Radio::kChannelMin
is read by 10 functions:
All items filtered out
ot::Radio::kChannelMin
ot::Radio::IsCslChannelValid()
ot::MaxPowerTable::GetTransmitPower() const
ot::MaxPowerTable::SetTransmitPower()
ot::MaxPowerTable::GetSupportedChannelMask() const
ot::FactoryDiags::Diags::ProcessChannel()
ot::FactoryDiags::Diags::ProcessPowerSettings()
ot::Mac::ChannelMask::GetNextChannel() const
ot::Mac::Mac::Mac()
ot::Mle::ChannelTlvValue::IsValid() const
ot::Spinel::RadioSpinel::SetChannelMaxTransmitPower()
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