Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio_spinel.cpp194 int8_t otPlatRadioGetRssi(otInstance *aInstance) in otPlatRadioGetRssi() function
Dradio.c923 int8_t otPlatRadioGetRssi(otInstance *aInstance) in otPlatRadioGetRssi() function
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c611 zassert_equal(otPlatRadioGetRssi(ot), rssi, "Invalid RSSI value received."); in ZTEST()