Searched refs:otPlatRadioReceive (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/openthread/ |
D | radio_test.c | 273 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/ |
D | diag.c | 408 otPlatRadioReceive(aInstance, sChannel); in processTransmit()
|
D | radio.c | 802 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() function 857 return otPlatRadioReceive(aInstance, channel); in platformRadioTransmitCarrier() 884 return otPlatRadioReceive(aInstance, channel); in platformRadioTransmitModulatedCarrier()
|
D | radio_spinel.cpp | 176 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() function
|