Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO.c228 static RADIO_CCA_status_t cca_status; variable
421 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()
755 if (cca_status.is_busy) { in nhw_radio_timer_triggered()
1431 if (cca_status.CCA_notED) { //End a CCA procedure in CCA_handle_end_response()
1436 cca_status.is_busy = cca_status.cca_resp.rssi_overthreshold; in CCA_handle_end_response()
1438 cca_status.is_busy = cca_status.cca_resp.mod_found; in CCA_handle_end_response()
[all …]