Searched refs:rtcdev (Results 1 – 2 of 2) sorted by relevance
32 struct rtcdev { struct74 struct rtcdev rtcdev; /**< Register layout of RTC. */ member
142 static inline uint8_t rtcset(struct rtcdev *rtc, uint32_t val) in rtcset()260 const struct rtcdev *rtc= &vrtc->rtcdev; in rtc_to_secs()348 struct rtcdev *rtc; in secs_to_rtc()352 rtc = &vrtc->rtcdev; in secs_to_rtc()475 uint8_t ret = vrtc->rtcdev.reg_c; in vrtc_get_reg_c()476 struct rtcdev *rtc = &vrtc->rtcdev; in vrtc_get_reg_c()496 vrtc->rtcdev.reg_c = 0; in vrtc_get_reg_c()502 vrtc->rtcdev.reg_b = newval; in vrtc_set_reg_b()559 pio_req->value = *((uint8_t *)&vrtc->rtcdev + offset); in vrtc_read()687 struct rtcdev *vrtcdev = &vrtc->rtcdev; in vrtc_get_physical_rtc_time()[all …]
Completed in 7 milliseconds