Home
last modified time | relevance | path

Searched refs:max_be (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_pib.c63 uint8_t max_be; // The maximum value of the backoff exponent (BE) in the CSMA-CA algorithm member
201 m_data.csmaca.max_be = NRF_802154_CSMA_CA_MAX_BE_DEFAULT; in nrf_802154_pib_init()
389 bool nrf_802154_pib_csmaca_max_be_set(uint8_t max_be) in nrf_802154_pib_csmaca_max_be_set() argument
391 bool result = (max_be <= CSMACA_BE_MAXIMUM); in nrf_802154_pib_csmaca_max_be_set()
395 m_data.csmaca.max_be = max_be; in nrf_802154_pib_csmaca_max_be_set()
403 return m_data.csmaca.max_be; in nrf_802154_pib_csmaca_max_be_get()
Dnrf_802154_pib.h268 bool nrf_802154_pib_csmaca_max_be_set(uint8_t max_be);
Dnrf_802154.c808 bool nrf_802154_csma_ca_max_be_set(uint8_t max_be) in nrf_802154_csma_ca_max_be_set() argument
810 return nrf_802154_pib_csmaca_max_be_set(max_be); in nrf_802154_csma_ca_max_be_set()
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_dec_net.c1015 uint8_t max_be; in spinel_decode_prop_nrf_802154_csma_ca_max_be_set() local
1022 &max_be); in spinel_decode_prop_nrf_802154_csma_ca_max_be_set()
1029 result = nrf_802154_csma_ca_max_be_set(max_be); in spinel_decode_prop_nrf_802154_csma_ca_max_be_set()
1051 uint8_t max_be = nrf_802154_csma_ca_max_be_get(); in spinel_decode_prop_nrf_802154_csma_ca_max_be_get() local
1056 max_be); in spinel_decode_prop_nrf_802154_csma_ca_max_be_get()
Dnrf_802154_spinel_app.c1318 bool nrf_802154_csma_ca_max_be_set(uint8_t max_be) in nrf_802154_csma_ca_max_be_set() argument
1326 NRF_802154_SPINEL_LOG_VAR("%u", max_be); in nrf_802154_csma_ca_max_be_set()
1334 max_be); in nrf_802154_csma_ca_max_be_set()
1351 uint8_t max_be = 0; in nrf_802154_csma_ca_max_be_get() local
1363 &max_be); in nrf_802154_csma_ca_max_be_get()
1368 &max_be); in nrf_802154_csma_ca_max_be_get()
1374 return max_be; in nrf_802154_csma_ca_max_be_get()
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154.h1081 bool nrf_802154_csma_ca_max_be_set(uint8_t max_be);