Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio_spinel.cpp314 int8_t otPlatRadioGetReceiveSensitivity(otInstance *aInstance) in otPlatRadioGetReceiveSensitivity() function
Dradio.c1217 int8_t otPlatRadioGetReceiveSensitivity(otInstance *aInstance) in otPlatRadioGetReceiveSensitivity() function
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c392 zassert_true(-80 > otPlatRadioGetReceiveSensitivity(ot), "Radio sensitivity not in range."); in ZTEST()