Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core.c584 case RADIO_STATE_RX: in min_required_rsch_prio()
704 case RADIO_STATE_RX: in can_terminate_current_operation()
736 case RADIO_STATE_RX: in operation_terminated_notify()
810 if (m_state == RADIO_STATE_RX) in current_operation_terminate()
821 if (m_state == RADIO_STATE_RX) in current_operation_terminate()
1238 state_set(RADIO_STATE_RX); in switch_to_idle()
1258 if (m_state == RADIO_STATE_RX) in on_timeslot_ended()
1290 case RADIO_STATE_RX: in on_timeslot_ended()
1299 state_set(RADIO_STATE_RX); in on_timeslot_ended()
1308 state_set(RADIO_STATE_RX); in on_timeslot_ended()
[all …]
Dnrf_802154_core.h65 RADIO_STATE_RX, ///< The receiver is enabled and it is receiving frames. enumerator
Dnrf_802154.c366 case RADIO_STATE_RX: in nrf_802154_state_get()