Searched refs:otPlatRadioSetTransmitPower (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/subsys/openthread/ |
D | radio_test.c | 269 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/ |
D | radio_spinel.cpp | 290 otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower) in otPlatRadioSetTransmitPower() function
|
D | radio.c | 1237 otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower) in otPlatRadioSetTransmitPower() function
|