Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/rtc/
Drtc_pcf8523.c709 #define PCF8523_OFFSET_PPB_MAX (63 * PCF8523_OFFSET_PPB_PER_LSB) macro
716 if (period_ppb < PCF8523_OFFSET_PPB_MIN || period_ppb > PCF8523_OFFSET_PPB_MAX) { in pcf8523_set_calibration()