|
@@ -75,7 +75,7 @@ typedef enum {
|
|
|
/* Exported functions ------------------------------------------------------- */
|
|
/* Exported functions ------------------------------------------------------- */
|
|
|
int RTC_SendCmd(eRTCCmd cmd, int enable);
|
|
int RTC_SendCmd(eRTCCmd cmd, int enable);
|
|
|
int RTC_WriteReg(eRTCCmd cmd, vu32 *reg, u32 value);
|
|
int RTC_WriteReg(eRTCCmd cmd, vu32 *reg, u32 value);
|
|
|
-void RTC_SetWatchdog(eRTCWdtTmo tmo, int enable);
|
|
|
|
|
|
|
+//void RTC_SetWatchdog(eRTCWdtTmo tmo, int enable);
|
|
|
void RTC_PowerDown(int fastboot);
|
|
void RTC_PowerDown(int fastboot);
|
|
|
void RTC_CanStbOut(int id, int value);
|
|
void RTC_CanStbOut(int id, int value);
|
|
|
void RTC_SetWakeup(eRTCWakeupSource src, eRTCWakeupMode mode, int enable);
|
|
void RTC_SetWakeup(eRTCWakeupSource src, eRTCWakeupMode mode, int enable);
|