Searched refs:RTC_CLOCK_BOOT (Results 1 – 6 of 6) sorted by relevance
20 if (clock_type == RTC_CLOCK_BOOT) { in native_rtc_gettime_us()44 if (clock_type == RTC_CLOCK_BOOT || clock_type == RTC_CLOCK_REALTIME) { in native_rtc_gettime()
22 if (clock_type == RTC_CLOCK_BOOT) { in native_rtc_gettime_us()46 if (clock_type == RTC_CLOCK_BOOT || clock_type == RTC_CLOCK_REALTIME) { in native_rtc_gettime()
28 #define RTC_CLOCK_BOOT 0 macro
27 #define RTC_CLOCK_BOOT 0 macro
76 start_rtc_time[0] = native_rtc_gettime_us(RTC_CLOCK_BOOT); in ZTEST()123 diff = native_rtc_gettime_us(RTC_CLOCK_BOOT) - in ZTEST()
341 - ``RTC_CLOCK_BOOT``: It counts the simulated time passed since boot.