Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_notification_swi.c202 static nrf_802154_queue_t m_notifications_queue; variable
273 NRF_802154_ASSERT(!nrf_802154_queue_is_full(&m_notifications_queue)); in ntf_enter()
275 return nrf_802154_queue_push_begin(&m_notifications_queue); in ntf_enter()
286 nrf_802154_queue_push_commit(&m_notifications_queue); in ntf_exit()
576 nrf_802154_queue_init(&m_notifications_queue, in nrf_802154_notification_init()
700 while (!nrf_802154_queue_is_empty(&m_notifications_queue)) in irq_handler_ntf_event()
703 (nrf_802154_queue_entry_t *)nrf_802154_queue_pop_begin(&m_notifications_queue); in irq_handler_ntf_event()
756 nrf_802154_queue_pop_commit(&m_notifications_queue); in irq_handler_ntf_event()
778 memset(&m_notifications_queue, 0U, sizeof(m_notifications_queue)); in nrf_802154_notification_swi_module_reset()