Home
last modified time | relevance | path

Searched refs:otPlatRadioSetChannelTargetPower (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/tests/unit/
Dtest_power_calibration.cpp68 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 4999)); in TestPowerCalibration()
74 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 5000)); in TestPowerCalibration()
80 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 9999)); in TestPowerCalibration()
86 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 10000)); in TestPowerCalibration()
92 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 14999)); in TestPowerCalibration()
98 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 15000)); in TestPowerCalibration()
104 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 15001)); in TestPowerCalibration()
126 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 15000)); in TestPowerCalibration()
Dtest_platform.cpp727 OT_TOOL_WEAK otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int1… in otPlatRadioSetChannelTargetPower() function
/openthread-latest/src/posix/platform/
Dconfiguration.cpp191 …SuccessOrExit(error = otPlatRadioSetChannelTargetPower(gInstance, ch, targetPower.GetTargetPower()… in UpdateTargetPower()
Dradio.cpp989 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower() function
/openthread-latest/src/core/utils/
Dpower_calibration.cpp217 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower() function
/openthread-latest/include/openthread/platform/
Dradio.h1376 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo…
/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp240 otError otPlatRadioSetChannelTargetPower(otInstance *, uint8_t, int16_t) { return kErrorNotImplemen… in otPlatRadioSetChannelTargetPower() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp437 OT_TOOL_WEAK otError otPlatRadioSetChannelTargetPower(otInstance *, uint8_t, int16_t) { return OT_E… in otPlatRadioSetChannelTargetPower() function
/openthread-latest/src/ncp/
Dncp_base.cpp2773 error = otPlatRadioSetChannelTargetPower(mInstance, channel, targetPower); in HandlePropertySet()