代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/223539/14635728
mcp adc.mcp
www.eeworm.com/read/223135/14654413
c adc.c
//====================================================================
// File Name : Adc.c
// Function : S3C2410 ADC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
www.eeworm.com/read/223135/14654435
o adc.o
www.eeworm.com/read/223135/14654549
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/223135/14654649
o adc.o
www.eeworm.com/read/223135/14654703
err adc.err
"adc.c", line 142: Warning: C2892E: signed constant overflow: '
www.eeworm.com/read/222880/14669305
c adc.c
#include
#include "..\Target\44b.h"
#include "..\Target\44blib.h"
#include "adc.h"
void __irq BDMA1_Done(void);
int ReadAdc(int ch);
void Test_Adc(void)
{
int a0=0,a1=0,a2
www.eeworm.com/read/222880/14669306
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/222880/14669319