Searched refs:syncclock_Hz (Results 1 – 1 of 1) sorted by relevance
851 uint32_t syncclock_Hz = maxim_ds3231_syncclock_frequency(dev); in sync_prep_write() local852 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