Home
last modified time | relevance | path

Searched refs:CCA_not_ED (Results 1 – 3 of 3) 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.c249 static void start_CCA_ED(bool CCA_not_ED);
1421 static void start_CCA_ED(bool CCA_not_ED){ in start_CCA_ED() argument
1425 cca_status.CCA_notED = CCA_not_ED; in start_CCA_ED()
1428 nhwra_prep_cca_request(&cca_status.cca_req, CCA_not_ED, cheat_rx_power_offset); in start_CCA_ED()
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
570 if (CCA_not_ED) { //CCA request in nhwra_prep_cca_request()