Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/modules/openthread/platform/
Dradio.c146 static inline bool is_pending_event_set(enum pending_events event) in is_pending_event_set() function
625 if (is_pending_event_set(PENDING_EVENT_FRAME_TO_SEND)) { in platformRadioProcess()
638 if (is_pending_event_set(PENDING_EVENT_FRAME_RECEIVED)) { in platformRadioProcess()
647 if (is_pending_event_set(PENDING_EVENT_RX_FAILED)) { in platformRadioProcess()
656 if (is_pending_event_set(PENDING_EVENT_TX_STARTED)) { in platformRadioProcess()
661 if (is_pending_event_set(PENDING_EVENT_TX_DONE)) { in platformRadioProcess()
671 if (is_pending_event_set(PENDING_EVENT_SLEEP)) { in platformRadioProcess()
678 if (is_pending_event_set(PENDING_EVENT_DETECT_ENERGY)) { in platformRadioProcess()
692 if (is_pending_event_set(PENDING_EVENT_DETECT_ENERGY_DONE)) { in platformRadioProcess()