Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_utils.c572 … uint CCAMode = (NRF_RADIO_regs.CCACTRL & RADIO_CCACTRL_CCAMODE_Msk) >> RADIO_CCACTRL_CCAMODE_Pos; in nhwra_prep_cca_request() local
579 if (CCAMode == RADIO_CCACTRL_CCAMODE_EdMode) { in nhwra_prep_cca_request()
583 } else if (CCAMode == RADIO_CCACTRL_CCAMODE_CarrierMode) { in nhwra_prep_cca_request()
589 } else if ((CCAMode == RADIO_CCACTRL_CCAMODE_CarrierAndEdMode) in nhwra_prep_cca_request()
590 || (CCAMode == RADIO_CCACTRL_CCAMODE_CarrierOrEdMode) ) { in nhwra_prep_cca_request()
594 } else if (CCAMode == RADIO_CCACTRL_CCAMODE_EdModeTest1) { in nhwra_prep_cca_request()
600 __func__, CCAMode); in nhwra_prep_cca_request()
DNHW_RADIO.c1357 … uint CCAMode = (NRF_RADIO_regs.CCACTRL & RADIO_CCACTRL_CCAMODE_Msk) >> RADIO_CCACTRL_CCAMODE_Pos; in CCA_handle_end_response() local
1359 if ((CCAMode == RADIO_CCACTRL_CCAMODE_EdMode) in CCA_handle_end_response()
1360 || (CCAMode == RADIO_CCACTRL_CCAMODE_EdModeTest1)) { in CCA_handle_end_response()
1362 } else if (CCAMode == RADIO_CCACTRL_CCAMODE_CarrierMode) { in CCA_handle_end_response()
1364 } else if (CCAMode == RADIO_CCACTRL_CCAMODE_CarrierAndEdMode) { in CCA_handle_end_response()
1367 } else if (CCAMode == RADIO_CCACTRL_CCAMODE_CarrierOrEdMode) { in CCA_handle_end_response()
1372 __func__, CCAMode); in CCA_handle_end_response()