代码搜索:ad_value

找到约 98 项符合「ad_value」的源代码

代码结果 98
www.eeworm.com/read/229600/14328178

c ltc1860.c

#include #include #define uchar unsigned char #define uint unsigned int #define nop() _nop_() //接口定义 sbit ltc1860_clk =P1^3; sbit ltc1860_do =P1^4; sbit ltc1860_cs =P3^5;
www.eeworm.com/read/229600/14328185

lst ltc1860.lst

C51 COMPILER V8.08 LTC1860 06/30/2007 15:23:47 PAGE 1 C51 COMPILER V8.08, COMPILATION OF MODULE LTC1860 OBJECT MODULE PLACED IN
www.eeworm.com/read/229600/14328273

lst mcp3001.lst

C51 COMPILER V8.08 MCP3001 06/08/2007 15:18:52 PAGE 1 C51 COMPILER V8.08, COMPILATION OF MODULE MCP3001 OBJECT MODULE PLACED IN
www.eeworm.com/read/475998/6771889

vhd ad_ad7980.vhd

------------------------------------------------------------------------------- library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; ----------------------------------------
www.eeworm.com/read/413699/11146553

c ad_conv.c

/**************************************************************** * Functions to get values from the ADC module * * December 2004: first version * * Basic examples from Microchip
www.eeworm.com/read/248398/12579317

lst zlg7289.lst

C51 COMPILER V7.06 ZLG7289 08/08/2007 14:57:50 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE ZLG7289 OBJECT MODULE PLACED IN
www.eeworm.com/read/248398/12579320

c zlg7289.c

#include #include sbit dio=P0^2; sbit clk=P0^1; sbit CS_7289=P0^0; sbit EOC = P2^7; sbit TLC2543_CLK = P2^6; sbit TLC2543_DIN = P2^5; sbit TLC2543_DO = P2^4; sbit
www.eeworm.com/read/375807/9349178

c text2.c

#include #include #include sbit P0_0 = P0^0; sbit P0_1= P0^1; sbit P0_2 = P0^2; sbit P0_3 = P0^3; sbit P0_4 = P0^4; sbit P0_5 = P0^5; sbit P0_6 = P0^6; sbi
www.eeworm.com/read/277919/10593805

lst tlc1543.lst

C51 COMPILER V7.06 TLC1543 12/18/2007 11:18:08 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE TLC1543 OBJECT MODULE PLACED IN
www.eeworm.com/read/277919/10593959

c tlc1543.c

#include "c51base.h" void some_nop() { ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; } uint ADCRead(uchar port) //从TLC1543读取采样值,形参port是采样的通道号 { uint idata ad_value; uchar i; TCL1543_CLK=0; T