Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/
Dnrf_802154_pib.c64 uint8_t max_be; // The maximum value of the backoff exponent (BE) in the CSMA-CA algorithm member
200 m_data.csmaca.max_be = NRF_802154_CSMA_CA_MAX_BE_DEFAULT; in nrf_802154_pib_init()
378 bool nrf_802154_pib_csmaca_max_be_set(uint8_t max_be) in nrf_802154_pib_csmaca_max_be_set() argument
380 bool result = (max_be <= CSMACA_BE_MAXIMUM); in nrf_802154_pib_csmaca_max_be_set()
384 m_data.csmaca.max_be = max_be; in nrf_802154_pib_csmaca_max_be_set()
392 return m_data.csmaca.max_be; in nrf_802154_pib_csmaca_max_be_get()
Dnrf_802154_pib.h253 bool nrf_802154_pib_csmaca_max_be_set(uint8_t max_be);
Dnrf_802154.c951 bool nrf_802154_csma_ca_max_be_set(uint8_t max_be) in nrf_802154_csma_ca_max_be_set() argument
953 return nrf_802154_pib_csmaca_max_be_set(max_be); in nrf_802154_csma_ca_max_be_set()
/hal_nordic-3.4.0/drivers/nrf_802154/serialization/include/host/
Dnrf_802154.h574 bool nrf_802154_csma_ca_max_be_set(uint8_t max_be);
/hal_nordic-3.4.0/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_dec_net.c944 uint8_t max_be; in spinel_decode_prop_nrf_802154_csma_ca_max_be_set() local
951 &max_be); in spinel_decode_prop_nrf_802154_csma_ca_max_be_set()
958 result = nrf_802154_csma_ca_max_be_set(max_be); in spinel_decode_prop_nrf_802154_csma_ca_max_be_set()
980 uint8_t max_be = nrf_802154_csma_ca_max_be_get(); in spinel_decode_prop_nrf_802154_csma_ca_max_be_get() local
985 max_be); in spinel_decode_prop_nrf_802154_csma_ca_max_be_get()
Dnrf_802154_spinel_app.c1232 bool nrf_802154_csma_ca_max_be_set(uint8_t max_be) in nrf_802154_csma_ca_max_be_set() argument
1240 NRF_802154_SPINEL_LOG_VAR("%u", max_be); in nrf_802154_csma_ca_max_be_set()
1248 max_be); in nrf_802154_csma_ca_max_be_set()
1265 uint8_t max_be = 0; in nrf_802154_csma_ca_max_be_get() local
1277 &max_be); in nrf_802154_csma_ca_max_be_get()
1282 &max_be); in nrf_802154_csma_ca_max_be_get()
1288 return max_be; in nrf_802154_csma_ca_max_be_get()
/hal_nordic-3.4.0/drivers/nrf_802154/driver/include/
Dnrf_802154.h1494 bool nrf_802154_csma_ca_max_be_set(uint8_t max_be);