代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/225569/14533886
h adc.h
#ifndef __ADC_H__
#define __ADC_H__
void Test_DMA_Adc(void);
void Test_Adc(void);
#endif /*__ADC_H__*/
www.eeworm.com/read/225568/14534042
c adc.c
//====================================================================
// File Name : Adc.c
// Function : S3C2410 ADC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
www.eeworm.com/read/225568/14534158
h adc.h
#ifndef __ADC_H__
#define __ADC_H__
void Test_DMA_Adc(void);
void Test_Adc(void);
#endif /*__ADC_H__*/
www.eeworm.com/read/225567/14534350
c adc.c
//====================================================================
// File Name : Adc.c
// Function : S3C2410 ADC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
www.eeworm.com/read/225567/14534476
h adc.h
#ifndef __ADC_H__
#define __ADC_H__
void Test_DMA_Adc(void);
void Test_Adc(void);
#endif /*__ADC_H__*/
www.eeworm.com/read/225566/14534581
c adc.c
//====================================================================
// File Name : Adc.c
// Function : S3C2410 ADC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
www.eeworm.com/read/225566/14534701
h adc.h
#ifndef __ADC_H__
#define __ADC_H__
void Test_DMA_Adc(void);
void Test_Adc(void);
#endif /*__ADC_H__*/
www.eeworm.com/read/225416/14541435
c adc.c
#include "config.h"
#include
/**********************************************************************************/
//
/******************************************************************
www.eeworm.com/read/225416/14541446
h adc.h
#ifndef ADC_H
#define ADC_H
extern void InitAdcFunc(void);
extern unsigned short Adc0TransFunc(void);
extern unsigned short Adc1TransFunc(void);
#endif