Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_notification_swi.c191 } nrf_802154_ntf_data_t; typedef
199 static nrf_802154_ntf_data_t m_primary_ntf_pool[NTF_PRIMARY_POOL_SIZE];
200 static nrf_802154_ntf_data_t m_secondary_ntf_pool[NTF_SECONDARY_POOL_SIZE];
218 static uint8_t ntf_slot_alloc(nrf_802154_ntf_data_t * p_pool, size_t pool_len) in ntf_slot_alloc()
255 static void ntf_slot_free(nrf_802154_ntf_data_t * p_slot) in ntf_slot_free()
327 nrf_802154_ntf_data_t * p_slot = &m_primary_ntf_pool[slot_id]; in swi_notify_received()
349 nrf_802154_ntf_data_t * p_pool; in swi_notify_receive_failed()
376 nrf_802154_ntf_data_t * p_slot = &p_pool[slot_id]; in swi_notify_receive_failed()
409 nrf_802154_ntf_data_t * p_slot = &m_primary_ntf_pool[slot_id]; in swi_notify_transmitted()
444 nrf_802154_ntf_data_t * p_slot = &m_primary_ntf_pool[slot_id]; in swi_notify_transmit_failed()
[all …]