Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dmaxim_ds3231.c853 uint32_t offset_ms = (offset % syncclock_Hz) * 1000U / syncclock_Hz; in sync_prep_write() local
857 offset_ms += data->new_sp.rtc.tv_nsec / NSEC_PER_USEC / USEC_PER_MSEC; in sync_prep_write()
858 if (offset_ms >= MSEC_PER_SEC) { in sync_prep_write()
859 offset_ms -= MSEC_PER_SEC; in sync_prep_write()
864 uint32_t rem_ms = MSEC_PER_SEC - offset_ms; in sync_prep_write()