From 9a98744b28ecfda0d78d5983e3a2d264c36bcec7 Mon Sep 17 00:00:00 2001 From: barthess Date: Thu, 15 Dec 2011 20:49:24 +0000 Subject: RTC. Testhal works on F4x, compiles (but not deeply tested) on F1x. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3615 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/rtc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/hal/include') diff --git a/os/hal/include/rtc.h b/os/hal/include/rtc.h index ddb495205..354640a11 100644 --- a/os/hal/include/rtc.h +++ b/os/hal/include/rtc.h @@ -85,6 +85,8 @@ extern "C" { void rtcInit(void); void rtcSetTime(RTCDriver *rtcp, const RTCTime *timespec); void rtcGetTime(RTCDriver *rtcp, RTCTime *timespec); + void rtcSetWakeup(RTCDriver *rtcp, RTCWakeup *wakeupspec); + void rtcGetWakeup(RTCDriver *rtcp, RTCWakeup *wakeupspec); #if RTC_ALARMS > 0 void rtcSetAlarm(RTCDriver *rtcp, -- cgit v1.2.3