Searched refs:otPlatRadioSetChannelMaxTransmitPower (Results 1 – 5 of 5) sorted by relevance
/openthread-2.7.6/src/core/radio/ |
D | radio_platform.cpp | 275 OT_TOOL_WEAK Error otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, i… in otPlatRadioSetChannelMaxTransmitPower() function
|
/openthread-2.7.6/include/openthread/platform/ |
D | radio.h | 1048 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP…
|
/openthread-2.7.6/src/posix/platform/ |
D | radio.cpp | 602 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower() function
|
/openthread-2.7.6/examples/platforms/simulation/ |
D | radio.c | 1226 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower() function
|
/openthread-2.7.6/src/ncp/ |
D | ncp_base.cpp | 2312 error = otPlatRadioSetChannelMaxTransmitPower(mInstance, channel, maxPower); in HandlePropertySet()
|