Searched refs:NTF_PRIMARY_POOL_SIZE (Results 1 – 1 of 1) sorted by relevance
79 #define NTF_PRIMARY_POOL_SIZE \ macro87 #if NTF_PRIMARY_POOL_SIZE > 0x7FU88 #error NTF_PRIMARY_POOL_SIZE exceeds its bit width115 #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 …]