SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
rtc.h
Go to the documentation of this file.
1#ifndef __RTC_H__
2#define __RTC_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#define SUNXI_RTC_BASE (0x07000000)
9#define SUNXI_RTC_DATA_BASE (SUNXI_RTC_BASE + 0x100)
10
11#define RTC_FEL_INDEX 2
12
13void set_timer_count();
14
15#ifdef __cplusplus
16}
17#endif
18
19#endif /* __RTC_H__ */
void set_timer_count()
Set timer count.
Definition timer.c:16