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

◆ nrf_802154_csma_ca_max_be_set()

bool nrf_802154_csma_ca_max_be_set ( uint8_t  max_be)

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

Sets the maximum value of the backoff exponent (BE) in the CSMA-CA algorithm.

Note
This function is available if NRF_802154_CSMA_CA_ENABLED is enabled.
Parameters
[in]max_beMaximum value of the backoff exponent.
Return values
trueWhen value provided by max_be has been set successfully.
falseOtherwise.