代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc.h
#ifndef __ADC__
#define __ADC__
/* Includes */
#include "derivative.h" /* include peripheral declarations */
#include "FslTypes.h"
extern UINT8 gu8ADCResult;
/* Prototypes */
void ADC_Ini
adc.c
#include"ADC.h"
extern UINT8 gu8IntFlags;
UINT8 gu8ADCResult;
/************************************************/
void ADC_Init(void)
{
ADCSC1=4;
APCTL1=APCTL1_ADPC4_MASK; // A
adc.c
//====================================================================
// File Name : Adc.c
// Function : S3C2410 ADC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
adc.c
//====================================================================
// File Name : Adc.c
// Function : S3C2410 ADC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
adc.h
#ifndef __ADC_H__
#define __ADC_H__
void Test_DMA_Adc(void);
void Test_Adc(void);
#endif /*__ADC_H__*/
adc._c
#include
#define uchar unsigned char
#define uint unsigned int
uchar Table[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
uchar Data[4]={0,0,0,0};
void DelayMs(uint i)