Searched refs:aMaxPower (Results 1 – 6 of 6) sorted by relevance
/openthread-3.6.0/src/core/radio/ |
D | radio_platform.cpp | 290 …or otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower) in otPlatRadioSetChannelMaxTransmitPower() argument 294 OT_UNUSED_VARIABLE(aMaxPower); in otPlatRadioSetChannelMaxTransmitPower()
|
/openthread-3.6.0/include/openthread/platform/ |
D | radio.h | 1227 …r otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower);
|
/openthread-3.6.0/src/posix/platform/ |
D | radio.cpp | 953 …or otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower) in otPlatRadioSetChannelMaxTransmitPower() argument 956 return GetRadioSpinel().SetChannelMaxTransmitPower(aChannel, aMaxPower); in otPlatRadioSetChannelMaxTransmitPower()
|
/openthread-3.6.0/src/lib/spinel/ |
D | radio_spinel.hpp | 892 otError SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower);
|
D | radio_spinel.cpp | 2275 otError RadioSpinel::SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower) in SetChannelMaxTransmitPower() argument 2279 mMaxPowerTable.SetTransmitPower(aChannel, aMaxPower); in SetChannelMaxTransmitPower() 2280 …INEL_PROP_PHY_CHAN_MAX_POWER, SPINEL_DATATYPE_UINT8_S SPINEL_DATATYPE_INT8_S, aChannel, aMaxPower); in SetChannelMaxTransmitPower()
|
/openthread-3.6.0/examples/platforms/simulation/ |
D | radio.c | 1393 …or otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower) in otPlatRadioSetChannelMaxTransmitPower() argument 1400 sChannelMaxTransmitPower[aChannel - kMinChannel] = aMaxPower; in otPlatRadioSetChannelMaxTransmitPower()
|