Searched refs:freq_ppb (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/rtc/ |
D | rtc_pcf8523.c | 718 static int pcf8523_set_calibration(const struct device *dev, int32_t freq_ppb) in pcf8523_set_calibration() argument 720 int32_t period_ppb = freq_ppb * -1; in pcf8523_set_calibration() 724 LOG_WRN("calibration value (%d ppb) out of range", freq_ppb); in pcf8523_set_calibration() 734 LOG_DBG("freq_ppb = %d, period_ppb = %d, offset = %d", freq_ppb, period_ppb, offset); in pcf8523_set_calibration() 739 static int pcf8523_get_calibration(const struct device *dev, int32_t *freq_ppb) in pcf8523_get_calibration() argument 754 *freq_ppb = period_ppb * -1; in pcf8523_get_calibration() 756 LOG_DBG("freq_ppb = %d, period_ppb = %d, offset = %d", *freq_ppb, period_ppb, offset); in pcf8523_get_calibration()
|