nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ NRF_802154_MAX_PENDING_NOTIFICATIONS

#define NRF_802154_MAX_PENDING_NOTIFICATIONS    (NRF_802154_RX_BUFFERS + NRF_802154_MAX_DISREGARDABLE_NOTIFICATIONS + 4 + 1)

#include <nrf_802154/common/include/nrf_802154.h>

Maximum number of simultaneously pending notifications the driver can issue.

This parameter allows to determine the correct size for structures that process notifications issued by the driver. It accumulates the maximum number of simultaneously pending notifications that can result from successfully received frames, disregardable notifications, all supported delayed operations and the latest requested immediate operation.