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