Searched refs:get_seconds (Results 1 – 7 of 7) sorted by relevance
38 start = rtc.get_seconds()42 while (not have_network) and (deadline > rtc.get_seconds()):46 delay = rtc.get_seconds() - start51 delay = rtc.get_seconds() - start60 logging.info('Woke up at %d', rtc.get_seconds())
110 alarm = int(rtc.get_seconds() + seconds)121 now = rtc.get_seconds()183 logging.info('Suspending at %d', rtc.get_seconds())188 if e.errno == errno.EBUSY and rtc.get_seconds() >= alarm:197 logging.info('Woke from suspend at %d', rtc.get_seconds())212 while rtc.get_seconds() < alarm:
20 def get_seconds(utc=True, rtc_device='rtc0'): function
30 static double get_seconds(void);279 start = get_seconds(); in main()300 end = get_seconds(); in main()502 get_seconds(void) in get_seconds() function510 get_seconds(void) in get_seconds() function
44 before_suspend_secs = rtc.get_seconds()46 after_suspend_secs = rtc.get_seconds()
147 before_secs = rtc.get_seconds()153 after_secs = rtc.get_seconds()
72 alarm_time = rtc.get_seconds() + run_time_sec