no-OS
maxim_rtc.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef MAXIM_RTC_H_
41 #define MAXIM_RTC_H_
42 
43 #include <stdint.h>
44 #include "no_os_rtc.h"
45 
46 #define MAX_RTC_MAX_VALUE (0xFFFFF)
47 
48 #endif
no_os_rtc.h
Header of the RTC interface.