Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/rtc/
Drtc_rv8263.c601 int32_t offset_ppm_mode1; in rv8263c8_calibration_set() local
615 offset_ppm_mode1 = calibration / 4069; in rv8263c8_calibration_set()
618 LOG_DBG("Offset Mode = 1: %i", offset_ppm_mode1); in rv8263c8_calibration_set()
622 test_mode1 = offset_ppm_mode1 * 4069; in rv8263c8_calibration_set()
632 offset = RV8263_BM_FAST_MODE | (offset_ppm_mode1 & GENMASK(7, 0)); in rv8263c8_calibration_set()