Lines Matching refs:rtc_time
61 struct rtc_time { struct
103 typedef int (*rtc_api_set_time)(const struct device *dev, const struct rtc_time *timeptr);
109 typedef int (*rtc_api_get_time)(const struct device *dev, struct rtc_time *timeptr);
123 const struct rtc_time *timeptr);
130 struct rtc_time *timeptr);
198 __syscall int rtc_set_time(const struct device *dev, const struct rtc_time *timeptr);
200 static inline int z_impl_rtc_set_time(const struct device *dev, const struct rtc_time *timeptr) in z_impl_rtc_set_time()
215 __syscall int rtc_get_time(const struct device *dev, struct rtc_time *timeptr);
217 static inline int z_impl_rtc_get_time(const struct device *dev, struct rtc_time *timeptr) in z_impl_rtc_get_time()
279 const struct rtc_time *timeptr);
282 const struct rtc_time *timeptr) in z_impl_rtc_alarm_set_time()
307 struct rtc_time *timeptr);
310 struct rtc_time *timeptr) in z_impl_rtc_alarm_get_time()
507 static inline struct tm *rtc_time_to_tm(struct rtc_time *timeptr) in rtc_time_to_tm()