Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_csma_ca.c70CSMA_CA_STATE_BACKOFF, ///< The CSMA-CA procedure is in backoff sta… enumerator
189 if (csma_ca_state_set(CSMA_CA_STATE_BACKOFF, CSMA_CA_STATE_ONGOING)) in frame_transmit()
322 if (csma_ca_state_set(CSMA_CA_STATE_ONGOING, CSMA_CA_STATE_BACKOFF)) in channel_busy()
334 bool ret = csma_ca_state_set(CSMA_CA_STATE_BACKOFF, CSMA_CA_STATE_IDLE); in channel_busy()
361 bool result = csma_ca_state_set(CSMA_CA_STATE_IDLE, CSMA_CA_STATE_BACKOFF); in nrf_802154_csma_ca_start()