代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/258581/11853340
c adc_a.c
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : ADC_A.C
** Project : bldc_zc_801
www.eeworm.com/read/344684/11867699
h adc.h
/*
** Header file : adc.h
*/
#ifndef __ADC__H
#define __ADC__H
void InitADC( void);
int ReadADC( unsigned char);
#endif
/*
** End of Header file
*/
www.eeworm.com/read/344684/11867775
c adc.c
/*
** Purpose: ADC init & read routines without interrupt.
**
** Version: 1.0.0, 7:th of October 1999
**
** Author: Lars Wictorsson
** LAWICEL / SWEDEN
**
www.eeworm.com/read/258153/11881230
map adc.map
******************************************************************************
TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00
******************************************
www.eeworm.com/read/258153/11881266
out adc.out
www.eeworm.com/read/258153/11881303
c adc.c
#include "C240.h"
unsigned int sign_state=0;
unsigned int current_value;
unsigned int current_dotbit;
/* define Input/Output variable value */
ioport unsigned int port0,port1,port2,port3,port4
www.eeworm.com/read/258153/11881519
obj adc.obj
www.eeworm.com/read/155317/11884845
h adc.h
/*
** Header file : adc.h
*/
#ifndef __ADC__H
#define __ADC__H
void InitADC( void);
int ReadADC( unsigned char);
#endif
/*
** End of Header file
*/
www.eeworm.com/read/155317/11884965
c adc.c
/*
** Purpose: ADC init & read routines without interrupt.
**
** Version: 1.0.0, 7:th of October 1999
**
** Author: Lars Wictorsson
** LAWICEL / SWEDEN
**
www.eeworm.com/read/155061/11900105