Searched refs:max_backoffs (Results 1 – 6 of 6) sorted by relevance
64 …uint8_t max_backoffs; // The maximum number of backoffs that the CSMA-CA algorithm will attempt be… member202 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() argument408 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()
283 void nrf_802154_pib_csmaca_max_backoffs_set(uint8_t max_backoffs);
818 void nrf_802154_csma_ca_max_backoffs_set(uint8_t max_backoffs) in nrf_802154_csma_ca_max_backoffs_set() argument820 nrf_802154_pib_csmaca_max_backoffs_set(max_backoffs); in nrf_802154_csma_ca_max_backoffs_set()
1070 uint8_t max_backoffs; in spinel_decode_prop_nrf_802154_csma_ca_max_backoffs_set() local1076 &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() local1107 max_backoffs); in spinel_decode_prop_nrf_802154_csma_ca_max_backoffs_get()
1377 void nrf_802154_csma_ca_max_backoffs_set(uint8_t max_backoffs) in nrf_802154_csma_ca_max_backoffs_set() argument1384 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() local1419 &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()
1100 void nrf_802154_csma_ca_max_backoffs_set(uint8_t max_backoffs);