Searched refs:platformRadioChannelGet (Results 1 – 3 of 3) sorted by relevance
71 uint16_t platformRadioChannelGet(otInstance *aInstance);
510 recv_frame.mChannel = platformRadioChannelGet(instance); in openthread_handle_received_frame()718 uint16_t platformRadioChannelGet(otInstance *aInstance) in platformRadioChannelGet() function
645 zassert_equal(platformRadioChannelGet(ot), channel, "Channel number not remembered."); in ZTEST()