代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/218774/14906804
_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/218774/14906807
i adc.i
www.eeworm.com/read/218774/14906812
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/218774/14906818
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/218774/14906820
lis adc.lis
.module ADC.c
.area data(ram, con, rel)
0000 _Table::
0000 .blkb 2
.area idata
0000 3F06
www.eeworm.com/read/218774/14906835
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/218394/14922362
o adc.o
www.eeworm.com/read/218394/14922419
c adc.c
//====================================================================
// File Name : Adc.c
// Function : S3C2410 ADC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version