Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dplatform-zephyr.h71 uint16_t platformRadioChannelGet(otInstance *aInstance);
Dradio.c510 recv_frame.mChannel = platformRadioChannelGet(instance); in openthread_handle_received_frame()
718 uint16_t platformRadioChannelGet(otInstance *aInstance) in platformRadioChannelGet() function
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c645 zassert_equal(platformRadioChannelGet(ot), channel, "Channel number not remembered."); in ZTEST()