Home
last modified time | relevance | path

Searched defs:otPlatRadioReceive (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp115 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() function
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp333 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() function
/openthread-latest/examples/platforms/simulation/
Dradio.c481 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() function
/openthread-latest/src/posix/platform/
Dradio.cpp291 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp379 otError otPlatRadioReceive(otInstance *, uint8_t aChannel) { return FakePlatform::CurrentPlatform()… in otPlatRadioReceive() function
/openthread-latest/tests/unit/
Dtest_platform.cpp165 OT_TOOL_WEAK otError otPlatRadioReceive(otInstance *, uint8_t) { return OT_ERROR_NONE; } in otPlatRadioReceive() function