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() 644 zassert_equal(otPlatRadioReceive(ot, channel), OT_ERROR_NONE, "Failed to receive."); in ZTEST() 773 zassert_equal(otPlatRadioReceive(ot, channel), OT_ERROR_NONE, "Failed to receive."); in ZTEST() 817 zassert_equal(otPlatRadioReceive(ot, channel), OT_ERROR_NONE, "Failed to receive."); in ZTEST()
|
/Zephyr-latest/modules/openthread/platform/ |
D | diag.c | 416 otPlatRadioReceive(aInstance, sChannel); in processTransmit()
|
D | radio.c | 792 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() function 843 return otPlatRadioReceive(aInstance, channel); in platformRadioTransmitCarrier() 870 return otPlatRadioReceive(aInstance, channel); in platformRadioTransmitModulatedCarrier()
|
D | radio_spinel.cpp | 176 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() function
|