Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio.c156 static void reset_pending_event(enum pending_events event) in reset_pending_event() function
643 reset_pending_event(PENDING_EVENT_FRAME_TO_SEND); in platformRadioProcess()
656 reset_pending_event(PENDING_EVENT_FRAME_RECEIVED); in platformRadioProcess()
663 reset_pending_event(PENDING_EVENT_RX_FAILED); in platformRadioProcess()
672 reset_pending_event(PENDING_EVENT_TX_STARTED); in platformRadioProcess()
677 reset_pending_event(PENDING_EVENT_TX_DONE); in platformRadioProcess()
687 reset_pending_event(PENDING_EVENT_SLEEP); in platformRadioProcess()
700 reset_pending_event( in platformRadioProcess()
709 reset_pending_event(PENDING_EVENT_DETECT_ENERGY_DONE); in platformRadioProcess()
1057 reset_pending_event(PENDING_EVENT_DETECT_ENERGY); in otPlatRadioEnergyScan()
[all …]
Dradio_spinel.cpp80 static void reset_pending_event(enum pending_events event) in reset_pending_event() function
583 reset_pending_event(PENDING_EVENT_FRAME_TO_SEND); in platformRadioProcess()