no-OS
maxim_rtc.h
Go to the documentation of this file.
1 /***************************************************************************/
34 #ifndef MAXIM_RTC_H_
35 #define MAXIM_RTC_H_
36 
37 #include <stdint.h>
38 #include "no_os_rtc.h"
39 
40 #define MAX_RTC_MAX_VALUE (0xFFFFF)
41 
42 #endif
no_os_rtc.h
Header of the RTC interface.