代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/7755/132650
i adc.i
www.eeworm.com/read/7755/132655
s adc.s
.module ADC.c
.area data(ram, con, rel)
_Table::
.blkb 2
.area idata
.byte 63,6
.area data(ram, con, rel)
.blkb 2
.area idata
.byte 91,'O
.area data(ram, con, rel)
.blkb 2
.are
www.eeworm.com/read/7755/132659
o adc.o
XL
H 3 areas F global symbols
M ADC.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S mod16u Ref0000
S div16u Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref
www.eeworm.com/read/7755/132660
lis adc.lis
.module ADC.c
.area data(ram, con, rel)
0000 _Table::
0000 .blkb 2
.area idata
0000 3F06
www.eeworm.com/read/7755/132671
c 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)
www.eeworm.com/read/7809/135820
jpg adc程序.jpg
www.eeworm.com/read/7870/137567
html adc.html
www.eeworm.com/read/8277/145941
c adc.c
//====================================================================
// File Name : Adc.c
// Function : S3C2410 ADC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
www.eeworm.com/read/8790/153760
adc0809
www.eeworm.com/read/8790/154047
h adc.h
#ifndef _ADC_H_
#define _ADC_H_
//数据时钟、采集与读取数据模式
#define EXDCLK_RDPRE 3 //外部非连续时钟,读取上一次转换数据且无同步信号模式
#define EXDCLK_RDNOW 2 //外部非连续时钟,读取当前次转换数据且无同步信号模式
#define EXDCLK_RDPRE_S