ESP-IDF
ot::MaxPowerTable::mPowerTable
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::MaxPowerTable::mPowerTable
ot::MaxPowerTable::mPowerTable field
Syntax
Show:
Summary
Declaration
from
max_power_table.hpp:79
int8_t
mPowerTable
[
Radio
::
kChannelMax
-
Radio
::
kChannelMin
+
1
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
int8_t
mPowerTable
[
Radio
::
kChannelMax
-
Radio
::
kChannelMin
+
1
]
;
max_power_table.hpp:79
MaxPowerTable
(
void
)
{
memset
(
mPowerTable
,
kPowerDefault
,
sizeof
(
mPowerTable
)
)
;
}
max_power_table.hpp:41
ot::MaxPowerTable
ot::MaxPowerTable::MaxPowerTable()
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()
if
(
mPowerTable
[
i
-
Radio
::
kChannelMin
]
!=
OT_RADIO_POWER_INVALID
)
max_power_table.hpp:69
ot::MaxPowerTable
ot::MaxPowerTable::GetSupportedChannelMask() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MaxPowerTable::mPowerTable
is read by 4 functions:
All items filtered out
ot::MaxPowerTable::mPowerTable
ot::MaxPowerTable::MaxPowerTable()
ot::MaxPowerTable::GetTransmitPower() const
ot::MaxPowerTable::SetTransmitPower()
ot::MaxPowerTable::GetSupportedChannelMask() 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