Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_ie_writer.c121 uint64_t csl_ref_time_us = nrf_802154_sl_timer_current_time_get() + 64; in csl_phase_calc() local
130 csl_ref_time_us += m_csl_time_to_radio_address_us; in csl_phase_calc()
134 if (csl_ref_time_us >= anchor_time) in csl_phase_calc()
137 (uint32_t)((csl_ref_time_us - anchor_time) % csl_period_us); in csl_phase_calc()
143 us = (uint32_t)((anchor_time - csl_ref_time_us) % csl_period_us); in csl_phase_calc()