Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_ie_writer.c97 static bool csl_phase_calc(uint32_t * p_csl_phase, uint16_t csl_period, uint64_t anchor_time) in csl_phase_calc() argument
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()
742 void nrf_802154_ie_writer_csl_anchor_time_set(uint64_t anchor_time) in nrf_802154_ie_writer_csl_anchor_time_set() argument
744 m_csl_anchor_time = anchor_time; in nrf_802154_ie_writer_csl_anchor_time_set()
753 void nrf_802154_ie_writer_cst_anchor_time_set(uint64_t anchor_time) in nrf_802154_ie_writer_cst_anchor_time_set() argument
755 m_cst_anchor_time = anchor_time; in nrf_802154_ie_writer_cst_anchor_time_set()
Dnrf_802154_ie_writer.h148 void nrf_802154_ie_writer_csl_anchor_time_set(uint64_t anchor_time);
162 void nrf_802154_ie_writer_cst_anchor_time_set(uint64_t anchor_time);
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154.h1418 void nrf_802154_csl_writer_anchor_time_set(uint64_t anchor_time);
1471 void nrf_802154_cst_writer_anchor_time_set(uint64_t anchor_time);
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154.c953 void nrf_802154_csl_writer_anchor_time_set(uint64_t anchor_time) in nrf_802154_csl_writer_anchor_time_set() argument
955 nrf_802154_ie_writer_csl_anchor_time_set(anchor_time); in nrf_802154_csl_writer_anchor_time_set()
963 void nrf_802154_cst_writer_anchor_time_set(uint64_t anchor_time) in nrf_802154_cst_writer_anchor_time_set() argument
965 nrf_802154_ie_writer_cst_anchor_time_set(anchor_time); in nrf_802154_cst_writer_anchor_time_set()
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_app.c2026 void nrf_802154_csl_writer_anchor_time_set(uint64_t anchor_time) in nrf_802154_csl_writer_anchor_time_set() argument
2039 anchor_time); in nrf_802154_csl_writer_anchor_time_set()