Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_priv.h75 bool CCA_notED; //Is it a CCA procedure (1), or ED procedure (0) member
DNHW_RADIO.c405 if (( radio_state == RAD_CCA_ED ) && ( cca_status.CCA_notED )) { in nhw_RADIO_TASK_CCASTOP()
415 radio_state, 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()
441 radio_state, cca_status.CCA_notED); in nhw_RADIO_TASK_EDSTOP()
694 if (cca_status.CCA_notED) { //CCA procedure ended in nhw_radio_timer_triggered()
1356 if (cca_status.CCA_notED) { //End a CCA procedure in CCA_handle_end_response()
1425 cca_status.CCA_notED = CCA_not_ED; in start_CCA_ED()