![]() |
nRF5 SDK for Thread and Zigbee v1.0.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
Macros | |
#define | NRF_802154_CSMA_CA_ENABLED 1 |
#define | NRF_802154_CSMA_CA_MIN_BE 3 |
#define | NRF_802154_CSMA_CA_MAX_BE 5 |
#define | NRF_802154_CSMA_CA_MAX_CSMA_BACKOFFS 4 |
#define NRF_802154_CSMA_CA_ENABLED 1 |
If CSMA-CA should be enabled by the driver. Disabling CSMA-CA improves driver performance.
#define NRF_802154_CSMA_CA_MAX_BE 5 |
The maximum value of the backoff exponent, BE, in the CSMA-CA algorithm (IEEE 802.15.4-2015: 6.2.5.1).
#define NRF_802154_CSMA_CA_MAX_CSMA_BACKOFFS 4 |
The maximum number of backoffs that the CSMA-CA algorithm will attempt before declaring a channel access failure.
#define NRF_802154_CSMA_CA_MIN_BE 3 |
The minimum value of the backoff exponent (BE) in the CSMA-CA algorithm (IEEE 802.15.4-2015: 6.2.5.1).