Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx.h441 void nrf_802154_trx_energy_detection(uint32_t ed_count);
Dnrf_802154_trx.c2317 void nrf_802154_trx_energy_detection(uint32_t ed_count) in nrf_802154_trx_energy_detection() argument
2325 ed_count--; in nrf_802154_trx_energy_detection()
2328 NRF_802154_ASSERT( (ed_count & (~RADIO_EDCNT_EDCNT_Msk)) == 0U); in nrf_802154_trx_energy_detection()
2331 nrf_radio_ed_loop_count_set(NRF_RADIO, ed_count); in nrf_802154_trx_energy_detection()