代码搜索:ADC按键设计
找到约 10,000 项符合「ADC按键设计」的源代码
代码结果 10,000
www.eeworm.com/read/326650/13126500
hdb adc.sgdiff.hdb
www.eeworm.com/read/326650/13126504
qmsg adc.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3}
{ "Info" "IQEXE_START_BANNER_PRODUCT" "Fitter Quartus II " "Info: Running Quartu
www.eeworm.com/read/326650/13126509
eqn adc.map.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/326650/13126512
rpt adc.sim.rpt
Simulator report for adc
Fri Dec 28 11:30:46 2007
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. S
www.eeworm.com/read/326650/13126515
summary adc.tan.summary
--------------------------------------------------------------------------------------
Timing Analyzer Summary
--------------------------------------------------------------------------------------
www.eeworm.com/read/326650/13126520
rpt adc.map.rpt
Analysis & Synthesis report for adc
Sat Dec 29 11:21:07 2007
Version 5.0 Build 171 11/03/2005 Service Pack 2 SJ Full Version
---------------------
; Table of Contents ;
---------------------
www.eeworm.com/read/241646/13127395
lst adc_sensor.lst
1 .file "adc_sensor.c"
2 .arch atmega128
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
www.eeworm.com/read/241646/13127508
h adc_sensor.h
//added by liulingyi
#ifndef _adc_sensor_h
#define _adc_sensor_h
#include "top.h"
#include "generic.h"
uint16_t SENSOR_DATA_VALUE[10] ;
uint8_t ADC_INTERRUPT_FLAG;
uint8_t adc_init(vo
www.eeworm.com/read/241646/13127579
c adc_sensor.c
#include "adc_sensor.h"
//added by liulingyi
uint8_t adc_init(void)
{
{
os_atomic_t _nesc_atomic = os_atomic_start();
{
//ADC控制寄存器中ADIE位和ADSC位清零
www.eeworm.com/read/241646/13127615