ESP-IDF
ot::Radio::kChannelMax
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::kChannelMax
ot::Radio::kChannelMax variable
Syntax
Show:
Summary
Declaration
from
radio.hpp:163
static
constexpr
uint8_t
kChannelMax
=
OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MAX
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kChannelMax
=
OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MAX
;
radio.hpp:163
for
(
aChannel
++
;
aChannel
<=
Radio
::
kChannelMax
;
aChannel
++
)
channel_mask.cpp:64
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()
error
=
(
channel
==
Radio
::
kChannelMax
+
1
)
?
kErrorNotFound
:
GetPowerSettings
(
channel
,
powerSettings
)
;
factory_diags.cpp:722
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()
for
(
uint8_t
i
=
Radio
::
kChannelMin
;
i
<=
Radio
::
kChannelMax
;
++
i
)
max_power_table.hpp:67
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::kChannelMax
is read by 7 functions:
All items filtered out
ot::Radio::kChannelMax
ot::Radio::IsCslChannelValid()
ot::MaxPowerTable::GetSupportedChannelMask() const
ot::FactoryDiags::Diags::ProcessChannel()
ot::FactoryDiags::Diags::ProcessPowerSettings()
ot::Mac::ChannelMask::GetNextChannel() const
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