Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_notification_swi.c218 static uint8_t ntf_slot_alloc(nrf_802154_ntf_data_t * p_pool, size_t pool_len) in ntf_slot_alloc() argument
227 uint8_t taken = __LDREXB(&p_pool[i].taken); in ntf_slot_alloc()
237 while (__STREXB(true, &p_pool[i].taken)); in ntf_slot_alloc()
349 nrf_802154_ntf_data_t * p_pool; in swi_notify_receive_failed() local
356 p_pool = m_primary_ntf_pool; in swi_notify_receive_failed()
363 p_pool = m_secondary_ntf_pool; in swi_notify_receive_failed()
368 uint8_t slot_id = ntf_slot_alloc(p_pool, pool_len); in swi_notify_receive_failed()
376 nrf_802154_ntf_data_t * p_slot = &p_pool[slot_id]; in swi_notify_receive_failed()