Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO.c237 static nrfra_sub_state_t radio_sub_state; variable
292 radio_sub_state = SUB_STATE_INVALID; in radio_reset()
371 if ( radio_sub_state == RX_WAIT_FOR_ADDRESS_END ){ in abort_if_needed()
374 radio_sub_state = SUB_STATE_INVALID; in abort_if_needed()
676 if ( radio_sub_state == TX_WAIT_FOR_ADDRESS_END ){ in nhw_radio_timer_triggered()
678 radio_sub_state = TX_WAIT_FOR_FEC1_END; in nhw_radio_timer_triggered()
681 radio_sub_state = TX_WAIT_FOR_PAYLOAD_END; in nhw_radio_timer_triggered()
686 } else if ( radio_sub_state == TX_WAIT_FOR_FEC1_END ) { in nhw_radio_timer_triggered()
688 radio_sub_state = TX_WAIT_FOR_PAYLOAD_END; in nhw_radio_timer_triggered()
690 } else if ( radio_sub_state == TX_WAIT_FOR_PAYLOAD_END ) { in nhw_radio_timer_triggered()
[all …]