Home
last modified time | relevance | path

Searched refs:corr_threshold (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/
Dnrf_802154_pib.c192 m_data.cca.corr_threshold = NRF_802154_CCA_CORR_THRESHOLD_DEFAULT; in nrf_802154_pib_init()
307 m_data.cca.corr_threshold = p_cca_cfg->corr_threshold; in nrf_802154_pib_cca_cfg_set()
Dnrf_802154_trx.c346 cca_cfg.corr_threshold, in cca_configuration_update()
/hal_nordic-3.4.0/drivers/nrf_802154/serialization/include/host/
Dnrf_802154_types.h114 …uint8_t corr_threshold; // !< Busy threshold of the CCA correlator. Not used in @ref NRF_RADIO_CCA… member
/hal_nordic-3.4.0/drivers/nrf_802154/driver/include/
Dnrf_802154_types.h157 …uint8_t corr_threshold; // !< Busy threshold of the CCA correlator. Not used in @ref … member
/hal_nordic-3.4.0/drivers/nrf_802154/serialization/src/include/
Dnrf_802154_spinel_datatypes.h701 ((cca_cfg).mode), ((cca_cfg).ed_threshold), ((cca_cfg).corr_threshold), ((cca_cfg).corr_limit)
709 (&(cca_cfg).corr_threshold), \
/hal_nordic-3.4.0/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_app.c404 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->corr_threshold, "Corr threshold"); in cca_cfg_await()
1732 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->corr_threshold, "Corr threshold"); in nrf_802154_cca_cfg_set()