Searched refs:aMaxPower (Results 1 – 5 of 5) sorted by relevance
/openthread-3.5.0/src/core/radio/ |
D | radio_platform.cpp | 283 …or otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower) in otPlatRadioSetChannelMaxTransmitPower() argument 287 OT_UNUSED_VARIABLE(aMaxPower); in otPlatRadioSetChannelMaxTransmitPower()
|
/openthread-3.5.0/include/openthread/platform/ |
D | radio.h | 1180 …r otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower);
|
/openthread-3.5.0/src/posix/platform/ |
D | radio.cpp | 835 …or otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower) in otPlatRadioSetChannelMaxTransmitPower() argument 838 return sRadioSpinel.SetChannelMaxTransmitPower(aChannel, aMaxPower); in otPlatRadioSetChannelMaxTransmitPower()
|
/openthread-3.5.0/examples/platforms/simulation/ |
D | radio.c | 1386 …or otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower) in otPlatRadioSetChannelMaxTransmitPower() argument 1393 sChannelMaxTransmitPower[aChannel - kMinChannel] = aMaxPower; in otPlatRadioSetChannelMaxTransmitPower()
|
/openthread-3.5.0/src/lib/spinel/ |
D | radio_spinel_impl.hpp | 2212 otError RadioSpinel<InterfaceType>::SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower) in SetChannelMaxTransmitPower() argument 2216 mMaxPowerTable.SetTransmitPower(aChannel, aMaxPower); in SetChannelMaxTransmitPower() 2217 …INEL_PROP_PHY_CHAN_MAX_POWER, SPINEL_DATATYPE_UINT8_S SPINEL_DATATYPE_INT8_S, aChannel, aMaxPower); in SetChannelMaxTransmitPower()
|