Home
last modified time | relevance | path

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

/nrf_hw_models-latest/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.c1432 … uint CCAMode = (NRF_RADIO_regs.CCACTRL & RADIO_CCACTRL_CCAMODE_Msk) >> RADIO_CCACTRL_CCAMODE_Pos; in CCA_handle_end_response() local
1434 if ((CCAMode == RADIO_CCACTRL_CCAMODE_EdMode) in CCA_handle_end_response()
1435 || (CCAMode == RADIO_CCACTRL_CCAMODE_EdModeTest1)) { in CCA_handle_end_response()
1437 } else if (CCAMode == RADIO_CCACTRL_CCAMODE_CarrierMode) { in CCA_handle_end_response()
1439 } else if (CCAMode == RADIO_CCACTRL_CCAMODE_CarrierAndEdMode) { in CCA_handle_end_response()
1442 } else if (CCAMode == RADIO_CCACTRL_CCAMODE_CarrierOrEdMode) { in CCA_handle_end_response()
1447 __func__, CCAMode); in CCA_handle_end_response()