Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_notification_swi.c199 static nrf_802154_ntf_data_t m_primary_ntf_pool[NTF_PRIMARY_POOL_SIZE]; variable
319 uint8_t slot_id = ntf_slot_alloc(m_primary_ntf_pool, NTF_PRIMARY_POOL_SIZE); in swi_notify_received()
327 nrf_802154_ntf_data_t * p_slot = &m_primary_ntf_pool[slot_id]; in swi_notify_received()
356 p_pool = m_primary_ntf_pool; in swi_notify_receive_failed()
401 uint8_t slot_id = ntf_slot_alloc(m_primary_ntf_pool, NTF_PRIMARY_POOL_SIZE); in swi_notify_transmitted()
409 nrf_802154_ntf_data_t * p_slot = &m_primary_ntf_pool[slot_id]; in swi_notify_transmitted()
436 uint8_t slot_id = ntf_slot_alloc(m_primary_ntf_pool, NTF_PRIMARY_POOL_SIZE); in swi_notify_transmit_failed()
444 nrf_802154_ntf_data_t * p_slot = &m_primary_ntf_pool[slot_id]; in swi_notify_transmit_failed()
467 uint8_t slot_id = ntf_slot_alloc(m_primary_ntf_pool, NTF_PRIMARY_POOL_SIZE); in swi_notify_energy_detected()
475 nrf_802154_ntf_data_t * p_slot = &m_primary_ntf_pool[slot_id]; in swi_notify_energy_detected()
[all …]