Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_csma_ca.c75 static uint8_t m_nb; ///< The number of times the CSMA-CA algo… variable
118 bool first_transmit_attempt = (0 == m_nb); in priority_leverage()
166 if (!result && (m_nb >= nrf_802154_pib_csmaca_max_backoffs_get())) in notify_busy_channel()
293 backoff_ts_param.prio = (m_nb == 0) ? RSCH_PRIO_IDLE_LISTENING : RSCH_PRIO_TX; in random_backoff_start()
324 m_nb++; in channel_busy()
331 if (m_nb > nrf_802154_pib_csmaca_max_backoffs_get()) in channel_busy()
372 m_nb = 0; in nrf_802154_csma_ca_start()