Home
last modified time | relevance | path

Searched refs:PENDING_EVENT_FRAME_TO_SEND (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dradio_spinel.cpp51 PENDING_EVENT_FRAME_TO_SEND, /* There is a tx frame to send */ enumerator
573 set_pending_event(PENDING_EVENT_FRAME_TO_SEND); in notify_new_tx_frame()
580 if (is_pending_event_set(PENDING_EVENT_FRAME_TO_SEND)) { in platformRadioProcess()
583 reset_pending_event(PENDING_EVENT_FRAME_TO_SEND); in platformRadioProcess()
Dradio.c74 PENDING_EVENT_FRAME_TO_SEND, /* There is a tx frame to send */ enumerator
615 set_pending_event(PENDING_EVENT_FRAME_TO_SEND); in notify_new_tx_frame()
640 if (is_pending_event_set(PENDING_EVENT_FRAME_TO_SEND)) { in platformRadioProcess()
643 reset_pending_event(PENDING_EVENT_FRAME_TO_SEND); in platformRadioProcess()