Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/rtc/
Drtc_rv8263.c600 int32_t offset_ppm_mode0; in rv8263c8_calibration_set() local
609 offset_ppm_mode0 = calibration / 4340; in rv8263c8_calibration_set()
617 LOG_DBG("Offset Mode = 0: %i", offset_ppm_mode0); in rv8263c8_calibration_set()
620 test_mode0 = offset_ppm_mode0 * 4340; in rv8263c8_calibration_set()
637 offset = RV8263_BM_NORMAL_MODE | (offset_ppm_mode0 & GENMASK(7, 0)); in rv8263c8_calibration_set()