Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_priv.h73 p2G4_cca_done_t cca_resp; member
DNHW_RADIO.c1361 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()
1365 cca_status.is_busy = cca_status.cca_resp.mod_found in CCA_handle_end_response()
1366 && cca_status.cca_resp.rssi_overthreshold; in CCA_handle_end_response()
1368 cca_status.is_busy = cca_status.cca_resp.mod_found in CCA_handle_end_response()
1369 || cca_status.cca_resp.rssi_overthreshold; in CCA_handle_end_response()
1375 double RSSI = p2G4_RSSI_value_to_dBm(cca_status.cca_resp.RSSI_max) + cheat_rx_power_offset; in CCA_handle_end_response()
1388 bs_time_t end_time = hwll_dev_time_from_phy(cca_status.cca_resp.end_time); in handle_CCA_response()
1437 int ret = p2G4_dev_req_cca_nc_b(&cca_status.cca_req, &cca_status.cca_resp); in start_CCA_ED()