Searched defs:rtc (Results 1 – 3 of 3) sorted by relevance
12 const struct device *const rtc = DEVICE_DT_GET(DT_ALIAS(rtc)); variable14 static int set_date_time(const struct device *rtc) in set_date_time()34 static int get_date_time(const struct device *rtc) in get_date_time()
5 project(rtc) project
18 static const struct device *rtc = DEVICE_DT_GET(DT_ALIAS(rtc)); variable
Completed in 16 milliseconds