Home
last modified time | relevance | path

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

/drivers/counter/
A Dmaxim_ds3231.c851 uint32_t syncclock_Hz = maxim_ds3231_syncclock_frequency(dev); in sync_prep_write() local
852 uint32_t offset_s = offset / syncclock_Hz; in sync_prep_write()
853 uint32_t offset_ms = (offset % syncclock_Hz) * 1000U / syncclock_Hz; in sync_prep_write()

Completed in 5 milliseconds