Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_notification_swi.c79 #define NTF_PRIMARY_POOL_SIZE \ macro
87 #if NTF_PRIMARY_POOL_SIZE > 0x7FU
88 #error NTF_PRIMARY_POOL_SIZE exceeds its bit width
115 #define NTF_QUEUE_SIZE (NTF_PRIMARY_POOL_SIZE + NTF_SECONDARY_POOL_SIZE + 1)
199 static nrf_802154_ntf_data_t m_primary_ntf_pool[NTF_PRIMARY_POOL_SIZE];
319 uint8_t slot_id = ntf_slot_alloc(m_primary_ntf_pool, NTF_PRIMARY_POOL_SIZE); in swi_notify_received()
357 pool_len = NTF_PRIMARY_POOL_SIZE; 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()
436 uint8_t slot_id = ntf_slot_alloc(m_primary_ntf_pool, NTF_PRIMARY_POOL_SIZE); 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()
[all …]