代码搜索结果

找到约 10,000 项符合 ADC 的代码

adc_lcd_a.dep

Debug $PROJ_DIR$\SourceFile\ADC_LCD.s43 $P

adc0809.h

#ifndef __ADC0809_H__ #define __ADC0809__ #include #include #include #define uint unsigned int #define uchar unsigned char #define ulong

adc_sample.prj

# Standard Project file created by RVDEBUG. Do not hand edit unless # you know what you are doing. Use the Settings Window # Copyright (c) 2002 - ARM Ltd $sARM_C2.stp [PROJECT] author_=aj740074

adc_sample.c

/**************************************************************************/ /* */ /* Copyright (C) 2003 Oki Electric Indus

adc12.c

#include #include "CC1100.h" #define CHANEL 7 #define POWER 0//POWER from 0 to 7, the 1 is hightest power, 7 is the lowest power #define RATE_10000BPS #define MaxBuffer0 20

zl_adc.c

#include "DSP28_Device.h" void adc(void){ // 配置 ADC AdcRegs.ADCMAXCONV.all = 0x0001; // 设置SEQ1的2个转化通道 AdcRegs.ADCCHSELSEQ1.bit.CONV00 = 0; // 设置SEQ1的 ADCINA0 作为第一转换通道 AdcReg