Lines Matching refs:RTC
3 Real-Time Clock (RTC)
19 * - RTC
22 An RTC is a low power device which tracks time using broken-down time.
38 between broken-down time and the unix timestamp within the RTC
63 RTC device driver test suite
66 The test suite validates the behavior of the RTC device driver. It
68 alias ``rtc`` to designate the RTC device to test.
73 * RTC Time incrementing correctly.
102 To build the test with additional RTC features enabled, use menuconfig
132 RTC emulated device
135 The emulated RTC device fully implements the RTC API, and will behave like a real
136 RTC device, with the following limitations:
138 * RTC time is not persistent across application initialization.
139 * RTC alarms are not persistent across application initialization.
140 * RTC time will drift over time.
142 Every time an application is initialized, the RTC's time and alarms are reset. Reading
144 set using :c:func:`rtc_set_time`. The RTC will then behave as a real RTC, until the
147 The emulated RTC device driver is built for the compatible