CI130X SDK API手册
2.2.0
本手册用于描述CI130X SDK各个组件和驱动API
概述
API参考
driver
third_device_driver
outside_codec
es7243.h
浏览该文件的文档.
1
#ifndef __ES7243_H
2
#define __ES7243_H
3
4
#include <stdint.h>
5
#include "
ci130x_system.h
"
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
void
es7243_test
(
void
*p_arg);
12
void
es7243_test1
(
void
);
13
void
es7243_aec_hw_init
(
void
);
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif
ci130x_system.h
chip级定义
es7243_test1
void es7243_test1(void)
es7243_test
void es7243_test(void *p_arg)
Definition:
es7243.c:137
es7243_aec_hw_init
void es7243_aec_hw_init(void)
Definition:
es7243.c:177
制作者
1.8.14