Home
last modified time | relevance | path

Searched refs:ed_threshold (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_pib.c192 m_data.cca.ed_threshold = NRF_802154_CCA_ED_THRESHOLD_DEFAULT; in nrf_802154_pib_init()
313 m_data.cca.ed_threshold = p_cca_cfg->ed_threshold; in nrf_802154_pib_cca_cfg_set()
Dnrf_802154_trx.c612 nrf_802154_rssi_cca_ed_threshold_corrected_get(cca_cfg.ed_threshold), in cca_configuration_update()
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_types.h165 …uint8_t ed_threshold; // !< Busy threshold of the CCA energy. Not used in @ref NRF_… member
/hal_nordic-latest/drivers/nrf_802154/serialization/src/include/
Dnrf_802154_spinel_datatypes.h753 ((cca_cfg).mode), ((cca_cfg).ed_threshold), ((cca_cfg).corr_threshold), ((cca_cfg).corr_limit)
760 (&(cca_cfg).ed_threshold), \
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_app.c402 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->ed_threshold, "ED threshold"); in cca_cfg_await()
1819 NRF_802154_SPINEL_LOG_VAR_NAMED("%u", p_cfg->ed_threshold, "ED threshold"); in nrf_802154_cca_cfg_set()