Home
last modified time | relevance | path

Searched refs:otPlatRadioReceive (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c273 zassert_equal(otPlatRadioReceive(ot, chan), OT_ERROR_NONE, "Failed to receive."); in ZTEST()
638 zassert_equal(otPlatRadioReceive(ot, channel), OT_ERROR_INVALID_STATE, in ZTEST()
650 zassert_equal(otPlatRadioReceive(ot, channel), OT_ERROR_NONE, "Failed to receive."); in ZTEST()
782 zassert_equal(otPlatRadioReceive(ot, channel), OT_ERROR_NONE, "Failed to receive."); in ZTEST()
827 zassert_equal(otPlatRadioReceive(ot, channel), OT_ERROR_NONE, "Failed to receive."); in ZTEST()
/Zephyr-latest/modules/openthread/platform/
Ddiag.c408 otPlatRadioReceive(aInstance, sChannel); in processTransmit()
Dradio.c802 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() function
857 return otPlatRadioReceive(aInstance, channel); in platformRadioTransmitCarrier()
884 return otPlatRadioReceive(aInstance, channel); in platformRadioTransmitModulatedCarrier()
Dradio_spinel.cpp176 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() function