Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_pib.c64 …uint8_t max_backoffs; // The maximum number of backoffs that the CSMA-CA algorithm will attempt be… member
202 m_data.csmaca.max_backoffs = NRF_802154_CSMA_CA_MAX_CSMA_BACKOFFS_DEFAULT; in nrf_802154_pib_init()
406 void nrf_802154_pib_csmaca_max_backoffs_set(uint8_t max_backoffs) in nrf_802154_pib_csmaca_max_backoffs_set() argument
408 m_data.csmaca.max_backoffs = max_backoffs; in nrf_802154_pib_csmaca_max_backoffs_set()
413 return m_data.csmaca.max_backoffs; in nrf_802154_pib_csmaca_max_backoffs_get()
Dnrf_802154_pib.h283 void nrf_802154_pib_csmaca_max_backoffs_set(uint8_t max_backoffs);
Dnrf_802154.c818 void nrf_802154_csma_ca_max_backoffs_set(uint8_t max_backoffs) in nrf_802154_csma_ca_max_backoffs_set() argument
820 nrf_802154_pib_csmaca_max_backoffs_set(max_backoffs); in nrf_802154_csma_ca_max_backoffs_set()
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_dec_net.c1070 uint8_t max_backoffs; in spinel_decode_prop_nrf_802154_csma_ca_max_backoffs_set() local
1076 &max_backoffs); in spinel_decode_prop_nrf_802154_csma_ca_max_backoffs_set()
1083 nrf_802154_csma_ca_max_backoffs_set(max_backoffs); in spinel_decode_prop_nrf_802154_csma_ca_max_backoffs_set()
1102 uint8_t max_backoffs = nrf_802154_csma_ca_max_backoffs_get(); in spinel_decode_prop_nrf_802154_csma_ca_max_backoffs_get() local
1107 max_backoffs); in spinel_decode_prop_nrf_802154_csma_ca_max_backoffs_get()
Dnrf_802154_spinel_app.c1377 void nrf_802154_csma_ca_max_backoffs_set(uint8_t max_backoffs) in nrf_802154_csma_ca_max_backoffs_set() argument
1384 NRF_802154_SPINEL_LOG_VAR("%u", max_backoffs); in nrf_802154_csma_ca_max_backoffs_set()
1391 max_backoffs); in nrf_802154_csma_ca_max_backoffs_set()
1407 uint8_t max_backoffs = 0; in nrf_802154_csma_ca_max_backoffs_get() local
1419 &max_backoffs); in nrf_802154_csma_ca_max_backoffs_get()
1424 &max_backoffs); in nrf_802154_csma_ca_max_backoffs_get()
1430 return max_backoffs; in nrf_802154_csma_ca_max_backoffs_get()
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154.h1100 void nrf_802154_csma_ca_max_backoffs_set(uint8_t max_backoffs);