Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_queue.h158 bool nrf_802154_queue_is_full(const nrf_802154_queue_t * p_queue);
Dnrf_802154_queue.c108 bool nrf_802154_queue_is_full(const nrf_802154_queue_t * p_queue) in nrf_802154_queue_is_full() function
Dnrf_802154_notification_swi.c273 NRF_802154_ASSERT(!nrf_802154_queue_is_full(&m_notifications_queue)); in ntf_enter()
Dnrf_802154_request_swi.c261 NRF_802154_ASSERT(!nrf_802154_queue_is_full(&m_requests_queue)); in req_enter()
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_delayed_trx.c369 NRF_802154_ASSERT(!nrf_802154_queue_is_full(&m_dly_rx_id_q)); in dly_rx_data_atomically_push()