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

◆ nrf_802154_csma_ca_min_be_set()

bool nrf_802154_csma_ca_min_be_set ( uint8_t  min_be)

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

Sets the minimum 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]min_beMinimum value of the backoff exponent.
Return values
trueWhen value provided by min_be has been set successfully.
falseOtherwise.