代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc.c
#include
#include"Config.h"
#include"IOCfg.c"
#include"TimeDLY.h"
#include"ADC.h"
//从SPI总线读2字节(16bits)数据函数:
// SPI_Read_Two()
INT16 SPI_Read_Two(void)
{
INT16 temp;
INT8U
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)
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
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
adc.lis
.module ADC.c
.area data(ram, con, rel)
0000 _Table::
0000 .blkb 2
.area idata
0000 3F06
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)
adc.asm
//*****************************************************************************/
// 文件名称: ADC.asm
// 实现功能: 完成模数转换的功能
// IDE环境: SUNPLUS u'nSPTM IDE 1.16.4
// 日期: 2005/7/19
// 作者:Eric