Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO_priv.h75 bool CCA_notED; //Is it a CCA procedure (1), or ED procedure (0) member
DNHW_RADIO.c421 if (( radio_state == RAD_CCA_ED ) && ( cca_status.CCA_notED )) { in nhw_RADIO_TASK_CCASTOP()
431 radio_state, cca_status.CCA_notED); in nhw_RADIO_TASK_CCASTOP()
447 if (( radio_state == RAD_CCA_ED ) && ( cca_status.CCA_notED == 0)) { in nhw_RADIO_TASK_EDSTOP()
457 radio_state, cca_status.CCA_notED); in nhw_RADIO_TASK_EDSTOP()
754 if (cca_status.CCA_notED) { //CCA procedure ended in nhw_radio_timer_triggered()
1431 if (cca_status.CCA_notED) { //End a CCA procedure in CCA_handle_end_response()
1500 cca_status.CCA_notED = CCA_not_ED; in start_CCA_ED()