CI13LC SDK API手册
2.1.1
本手册用于描述CI13LC SDK各个组件和驱动API
概述
API参考
system
ci13lc_system.h
浏览该文件的文档.
1
10
#ifndef _CI13LC_SYSTEM_H_
11
#define _CI13LC_SYSTEM_H_
12
13
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
/* __cplusplus */
18
19
20
float
load_freq_correct_factor
();
21
22
23
#ifdef __cplusplus
24
}
25
#endif
/* __cplusplus */
26
27
#endif
28
29
/************************ (C) COPYRIGHT chipintelli *****END OF FILE****/
30
31
32
33
34
35
36
37
38
39
40
load_freq_correct_factor
float load_freq_correct_factor()
Definition:
ci13lc_system.c:33
制作者
1.8.14