代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/13390/275025
h adc.h
//*****************************************************************************
//
// adc.h - ADC headers for using the ADC driver functions.
//
// Copyright (c) 2005-2008 Luminary Micro, Inc. Al
www.eeworm.com/read/13390/275046
c adc.c
//*****************************************************************************
//
// adc.c - Driver for the ADC.
//
// Copyright (c) 2005-2008 Luminary Micro, Inc. All rights reserved.
//
//
www.eeworm.com/read/13711/280495
adc2
www.eeworm.com/read/13718/280849
h adc.h
#ifndef __ADC_H
#define __ADC_H
extern uint8 ADC_Init(void) ;
extern uint8 ADC_Data_read(uint8 channelNum,uint32 * data) ;
#endif
www.eeworm.com/read/13718/280900
o adc.o
www.eeworm.com/read/13763/282296
h adc.h
#ifndef __ADC_H
#define __ADC_H
#define ADC_CLK 1000000
#define PCLK 12000000
#define VOLTAGE_1650MV 0x0233 //1000110011
#define VOLTAGE_1750MV 0x0255
www.eeworm.com/read/13781/283251
lst adc.lst
ARM COMPILER V2.53, adc 12/10/06 20:06:10 PAGE 1
ARM COMPILER V2.53, COMPILATION OF MODULE adc
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/13781/283253
h adc.h
/*****************************************************************************
* adc.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/13781/283255
c adc.c
/*****************************************************************************
* adc.c: ADC module file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconduct