Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/rtc/
Drtc_ll_stm32.c67 #define NB_PULSES_TO_PPB(pulses) DIV_ROUND_CLOSEST((pulses) * 1953125, 2048) macro
75 #define MAX_PPB NB_PULSES_TO_PPB(MAX_CALP)
76 #define MIN_PPB -NB_PULSES_TO_PPB(MAX_CALM)
1035 *calibration = NB_PULSES_TO_PPB(nb_pulses); in rtc_stm32_get_calibration()