Home
last modified time | relevance | path

Searched refs:otPlatRadioSetTransmitPower (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c269 zassert_equal(otPlatRadioSetTransmitPower(ot, power), OT_ERROR_NONE, in ZTEST()
365 zassert_equal(otPlatRadioSetTransmitPower(ot, -3), OT_ERROR_NONE, in ZTEST()
370 zassert_equal(otPlatRadioSetTransmitPower(ot, -6), OT_ERROR_NONE, in ZTEST()
626 zassert_equal(otPlatRadioSetTransmitPower(ot, power), OT_ERROR_NONE, in ZTEST()
769 zassert_equal(otPlatRadioSetTransmitPower(ot, power), OT_ERROR_NONE, in ZTEST()
813 zassert_equal(otPlatRadioSetTransmitPower(ot, power), OT_ERROR_NONE, in ZTEST()
/Zephyr-latest/modules/openthread/platform/
Dradio_spinel.cpp290 otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower) in otPlatRadioSetTransmitPower() function
Dradio.c1237 otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower) in otPlatRadioSetTransmitPower() function