Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO_priv.h74 bool is_busy; member
DNHW_RADIO.c755 if (cca_status.is_busy) { in nhw_radio_timer_triggered()
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()
1440 cca_status.is_busy = cca_status.cca_resp.mod_found in CCA_handle_end_response()
1443 cca_status.is_busy = cca_status.cca_resp.mod_found in CCA_handle_end_response()
1501 cca_status.is_busy = false; in start_CCA_ED()