Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core.c600 case RADIO_STATE_CCA_TX: in min_required_rsch_prio()
709 case RADIO_STATE_CCA_TX: in can_terminate_current_operation()
754 case RADIO_STATE_CCA_TX: in operation_terminated_notify()
1305 case RADIO_STATE_CCA_TX: in on_timeslot_ended()
1383 case RADIO_STATE_CCA_TX: in on_preconditions_denied()
1427 case RADIO_STATE_CCA_TX: in on_preconditions_approved()
1492 bool current_state_is_cca_tx = (m_state == RADIO_STATE_CCA_TX); in preconditions_approved_should_be_ignored()
2147 NRF_802154_ASSERT((m_state == RADIO_STATE_TX) || (m_state == RADIO_STATE_CCA_TX)); in nrf_802154_trx_transmit_frame_started()
2460 NRF_802154_ASSERT(m_state == RADIO_STATE_CCA_TX); in nrf_802154_trx_transmit_frame_ccaidle()
2736 state_set(p_params->cca ? RADIO_STATE_CCA_TX : RADIO_STATE_TX); in nrf_802154_core_transmit()
Dnrf_802154_core.h69 RADIO_STATE_CCA_TX, ///< Performing CCA followed by the frame transmission. enumerator
Dnrf_802154.c370 case RADIO_STATE_CCA_TX: in nrf_802154_state_get()