Searched refs:clockPeriodNanoSec (Results 1 – 2 of 2) sorted by relevance
181 p_Rtc->clockPeriodNanoSec = DEFAULT_CLOCK_PERIOD; /* 1 usec */ in FM_RTC_Config()219 p_Rtc->clockPeriodNanoSec = (1000 / p_Rtc->srcClkFreqMhz); in FM_RTC_Init()305 p_Rtc->clockPeriodNanoSec = period; in FM_RTC_ConfigPeriod()472 p_Rtc->clockPeriodNanoSec)); in FM_RTC_SetAlarm()474 if (do_div(tmpAlarm, p_Rtc->clockPeriodNanoSec)) in FM_RTC_SetAlarm()477 p_Rtc->clockPeriodNanoSec)); in FM_RTC_SetAlarm()510 p_Rtc->clockPeriodNanoSec)); in FM_RTC_SetPeriodicPulse()512 if (do_div(tmpFiper, p_Rtc->clockPeriodNanoSec)) in FM_RTC_SetPeriodicPulse()515 p_Rtc->clockPeriodNanoSec)); in FM_RTC_SetPeriodicPulse()519 p_Rtc->clockPeriodNanoSec)); in FM_RTC_SetPeriodicPulse()[all …]
86 … uint32_t clockPeriodNanoSec; /**< RTC clock period in nano-seconds (for FS mode) */ member