Searched refs:syncclock (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/src/ |
D | main.c | 44 uint32_t syncclock, in sec_alarm_handler() argument 58 k_uptime_get_32(), ud, now - syncclock, rc); in sec_alarm_handler() 99 uint32_t syncclock, in min_alarm_handler() argument 121 uint32_t offset_syncclock = syncclock - sp.syncclock; in min_alarm_handler() 186 uint32_t syncclock = maxim_ds3231_read_syncclock(ds3231); in set_aligned_clock() local 194 .tv_nsec = (uint64_t)NSEC_PER_SEC * syncclock / syncclock_Hz, in set_aligned_clock() 196 .syncclock = syncclock, in set_aligned_clock() 213 syncclock, rc); in set_aligned_clock() 227 sp.syncclock); in set_aligned_clock() 290 sp.syncclock); in main()
|
/Zephyr-latest/include/zephyr/drivers/rtc/ |
D | maxim_ds3231.h | 232 uint32_t syncclock, 334 uint32_t syncclock; member
|
/Zephyr-latest/drivers/counter/ |
D | maxim_ds3231.c | 450 uint32_t syncclock; in update_registers() local 457 syncclock = maxim_ds3231_read_syncclock(dev); in update_registers() 657 uint32_t syncclock, in counter_alarm_forwarder() argument 734 uint32_t syncclock = maxim_ds3231_read_syncclock(data->ds3231); in sqw_worker() local 740 syncclock - data->isw_syncclock); in sqw_worker() 833 data->syncpoint.syncclock = data->isw_syncclock; in sync_finish_read() 849 uint32_t syncclock = maxim_ds3231_read_syncclock(dev); in sync_prep_write() local 850 uint32_t offset = syncclock - data->new_sp.syncclock; in sync_prep_write() 875 LOG_INF("sync %u in %u ms after %u", COUNTER_GET(when), rem_ms, syncclock); in sync_prep_write() 916 uint32_t syncclock = maxim_ds3231_read_syncclock(dev); in sync_finish_write() local [all …]
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/ |
D | README.rst | 23 DS3231 on particle_xenon syncclock 1000 Hz
|
/Zephyr-latest/tests/drivers/counter/maxim_ds3231_api/src/ |
D | test_counter.c | 761 syncpoint.syncclock); in ds3231_get_syncpoint()
|