Home
last modified time | relevance | path

Searched refs:nrf_802154_pib_csmaca_max_backoffs_get (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_csma_ca.c166 if (!result && (m_nb >= nrf_802154_pib_csmaca_max_backoffs_get())) in notify_busy_channel()
331 if (m_nb > nrf_802154_pib_csmaca_max_backoffs_get()) in channel_busy()
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_pib.h291 uint8_t nrf_802154_pib_csmaca_max_backoffs_get(void);
Dnrf_802154_pib.c411 uint8_t nrf_802154_pib_csmaca_max_backoffs_get(void) in nrf_802154_pib_csmaca_max_backoffs_get() function
Dnrf_802154.c825 return nrf_802154_pib_csmaca_max_backoffs_get(); in nrf_802154_csma_ca_max_backoffs_get()