Home
last modified time | relevance | path

Searched defs:SetTransmitPower (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/radio/
Dmax_power_table.hpp58 …void SetTransmitPower(uint8_t aChannel, int8_t aPower) { mPowerTable[aChannel - Radio::kChannelMin… in SetTransmitPower() function in ot::MaxPowerTable
Dradio.hpp909 inline Error Radio::SetTransmitPower(int8_t aPower) { return otPlatRadioSetTransmitPower(GetInstanc… in SetTransmitPower() function in ot::Radio
1064 inline Error Radio::SetTransmitPower(int8_t) { return kErrorNotImplemented; } in SetTransmitPower() function in ot::Radio
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1223 otError RadioSpinel::SetTransmitPower(int8_t aPower) in SetTransmitPower() function in ot::Spinel::RadioSpinel