ISVP-SDK
3.12.0
Ingenic Smart Video Platform SDK
首页
模块
结构体
文件
文件列表
全局定义
api
cn
sysutils
su_adc.h
浏览该文件的文档.
1
/*
2
* SU ADC header file.
3
*
4
* Copyright (C) 2015 Ingenic Semiconductor Co.,Ltd
5
*/
6
7
#ifndef __SU_ADC_H__
8
#define __SU_ADC_H__
9
10
#ifdef __cplusplus
11
#if __cplusplus
12
extern
"C"
13
{
14
#endif
15
#endif
/* __cplusplus */
16
43
int
SU_ADC_Init
(
void
);
44
57
int
SU_ADC_Exit
(
void
);
58
73
int
SU_ADC_EnableChn
(uint32_t chn_num);
74
89
int
SU_ADC_DisableChn
(uint32_t chn_num);
90
107
int
SU_ADC_GetChnValue
(uint32_t chn_num,
int
*value);
108
109
#ifdef __cplusplus
110
#if __cplusplus
111
}
112
#endif
113
#endif
/* __cplusplus */
114
119
#endif
/* __SU_ADC_H__ */
SU_ADC_Exit
int SU_ADC_Exit(void)
去初始化ADC模块
SU_ADC_Init
int SU_ADC_Init(void)
初始化ADC模块
SU_ADC_DisableChn
int SU_ADC_DisableChn(uint32_t chn_num)
关闭通道
SU_ADC_EnableChn
int SU_ADC_EnableChn(uint32_t chn_num)
启动通道
SU_ADC_GetChnValue
int SU_ADC_GetChnValue(uint32_t chn_num, int *value)
得到第chn_num通道的ADC值
生成于 2018年 三月 19日 星期一 18:56:03 , 为 ISVP-SDK使用
1.8.8