Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_ie_writer.c81 static uint64_t m_cst_anchor_time; ///< The anchor time based on which CST window times are ca… variable
264 if (m_cst_anchor_time == 0) in cst_ie_write_commit()
270 if (m_cst_period > 0 && csl_phase_calc(&cst_phase, m_cst_period, m_cst_anchor_time) == false) in cst_ie_write_commit()
755 m_cst_anchor_time = anchor_time; in nrf_802154_ie_writer_cst_anchor_time_set()