Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_priv.h32 RAD_CCA_ED, //We are in either a CCA or ED procedure enumerator
DNHW_RADIO.c405 if (( radio_state == RAD_CCA_ED ) && ( cca_status.CCA_notED )) { in nhw_RADIO_TASK_CCASTOP()
431 if (( radio_state == RAD_CCA_ED ) && ( cca_status.CCA_notED == 0)) { in nhw_RADIO_TASK_EDSTOP()
460 } else if ( radio_state == RAD_CCA_ED ){ in nhw_RADIO_TASK_STOP()
492 } else if ( radio_state == RAD_CCA_ED ){ in nhw_RADIO_TASK_DISABLE()
690 } else if ( radio_state == RAD_CCA_ED ){ in nhw_radio_timer_triggered()
1391 if (radio_state == RAD_CCA_ED) { /*if we haven't aborted*/ in handle_CCA_response()
1423 radio_state = RAD_CCA_ED; in start_CCA_ED()