NetBurner 3.5.6
PDF Version
mcf5441x_rtc.h
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4#ifdef __cplusplus
5extern "C"
6{
7#endif /* __cplusplus */
8
17 int MCF541X_RTCGetTime(struct tm &bts);
18
26 int MCF541X_RTCSetTime(struct tm &bts);
27
33 int MCF541X_RTCSetSystemFromRTCTime(void);
34
40 int MCF541X_RTCSetRTCfromSystemTime(void);
41
42 /* Read and write data to from the 2K bytes of back up SRAM */
43 int MCF541X_GetBackUpRam(puint8_t pDest, int len);
44
45 int MCF541X_SetBackUpRam(puint8_t pSrc, int len);
46
47#ifdef __cplusplus
48};
49#endif /* __cplusplus */