Home
last modified time | relevance | path

Searched refs:otPlatRadioSetChannelMaxTransmitPower (Results 1 – 5 of 5) sorted by relevance

/openthread-2.7.6/src/core/radio/
Dradio_platform.cpp275 OT_TOOL_WEAK Error otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, i… in otPlatRadioSetChannelMaxTransmitPower() function
/openthread-2.7.6/include/openthread/platform/
Dradio.h1048 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP…
/openthread-2.7.6/src/posix/platform/
Dradio.cpp602 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower() function
/openthread-2.7.6/examples/platforms/simulation/
Dradio.c1226 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower() function
/openthread-2.7.6/src/ncp/
Dncp_base.cpp2312 error = otPlatRadioSetChannelMaxTransmitPower(mInstance, channel, maxPower); in HandlePropertySet()