#include "../lpc_config.h"
#include "rtc.h"
Go to the source code of this file.
Functions | |
void | RTCInit (void) |
void | RTCStart (void) |
void | RTCStop (void) |
void | RTC_CTCReset (void) |
void | RTCSetTime (RTCTime Time) |
void | RTCSetAlarm (RTCTime Alarm) |
void | RTCClearTime () |
RTCTime | RTCGetTime (void) |
void | RTCSetAlarmMask (DWORD AlarmMask) |
Variables | |
volatile DWORD | alarm_on = 0 |