Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO.c222 static RADIO_CCA_status_t cca_status; variable
405 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()
695 if (cca_status.is_busy) { in nhw_radio_timer_triggered()
1356 if (cca_status.CCA_notED) { //End a CCA procedure in CCA_handle_end_response()
1361 cca_status.is_busy = cca_status.cca_resp.rssi_overthreshold; in CCA_handle_end_response()
1363 cca_status.is_busy = cca_status.cca_resp.mod_found; in CCA_handle_end_response()
[all …]