Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RTC.c251 uint64_t n_lf_ticks = (now_sub_us - first_lf_tick_time_sub_us) / LF_CLOCK_PERIOD_subus; //floor() in get_last_lf_tick_time_sub_us() local
252 uint64_t last_tick_time_sub_us = n_lf_ticks * LF_CLOCK_PERIOD_subus; in get_last_lf_tick_time_sub_us()