Home
last modified time | relevance | path

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

/modules/openthread/platform/
A Dradio_spinel.cpp51 PENDING_EVENT_FRAME_TO_SEND, /* There is a tx frame to send */ enumerator
579 set_pending_event(PENDING_EVENT_FRAME_TO_SEND); in notify_new_tx_frame()
586 if (is_pending_event_set(PENDING_EVENT_FRAME_TO_SEND)) { in platformRadioProcess()
589 reset_pending_event(PENDING_EVENT_FRAME_TO_SEND); in platformRadioProcess()
A Dradio.c74 PENDING_EVENT_FRAME_TO_SEND, /* There is a tx frame to send */ enumerator
610 set_pending_event(PENDING_EVENT_FRAME_TO_SEND); in notify_new_tx_frame()
637 if (is_pending_event_set(PENDING_EVENT_FRAME_TO_SEND)) { in platformRadioProcess()
640 reset_pending_event(PENDING_EVENT_FRAME_TO_SEND); in platformRadioProcess()

Completed in 23 milliseconds