ds1743.h
资源名称:bcm4702.rar [点击查看]
上传用户:yuanda199
上传日期:2022-06-26
资源大小:412k
文件大小:0k
源码类别:
VxWorks
开发平台:
C/C++
- #ifndef __DS1743_H
- #define __DS1743_H
- /*
- * DS1743 -Timekeeping Battery backed SRAM.
- */
- STATUS ds1743_tod_init(UINT8 *addr);
- STATUS ds1743_tod_set(int year,
- int month,
- int day,
- int hour,
- int minute,
- int second);
- STATUS ds1743_tod_get(int *year,
- int *month,
- int *day,
- int *hour,
- int *minute,
- int *second);
- int ds1743_tod_get_second(void);
- #endif /*!__DS1743_H */