Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_utils.h26 void nhwra_prep_cca_request(p2G4_cca_t *cca_req, bool CCA_not_ED, double rx_pow_offset);
DNHW_RADIO_utils.c544 void nhwra_prep_cca_request(p2G4_cca_t *cca_req, bool CCA_not_ED, double rx_pow_offset) { in nhwra_prep_cca_request() argument
573 double carrier_detect_level = -110 - rx_pow_offset; //dBm : Any detectable signal by the modem in nhwra_prep_cca_request()
574 double edthreshold_dBm = nrfra_LQIformat_to_dBm(edthreshold) - rx_pow_offset; in nhwra_prep_cca_request()