代码搜索:CCS DSP
找到约 10,000 项符合「CCS DSP」的源代码
代码结果 10,000
www.eeworm.com/read/166965/9987688
h apiuse.h
#ifndef __APIUSE_H__
#define __APIUSE_H__
#define _CALL_DEBUG "话务统计"
#include "msgtype.h"
#pragma pack(push,1)
#ifndef US
#define US USHORT
#endif
#ifndef UC
#define UC UCHA
www.eeworm.com/read/136812/5860104
h sfdef.h
/* @(#)sfdef.h 1.1 92/07/30 Copyr 1987 Sun Micro */
/************************************************************************
* *
* Defines for SCSI direct access devices *
* Spec
www.eeworm.com/read/128926/5978791
pas urdsp.pas
unit URDSP;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, StdCtrls, ExtCtrls, Buttons, Spin, SPComm, Mask;
type
TFRDSP = class(TF
www.eeworm.com/read/263652/11349456
pas urdsp.pas
unit URDSP;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, StdCtrls, ExtCtrls, Buttons, Spin, SPComm, Mask;
type
TFRDSP = class(TF
www.eeworm.com/read/390506/8462076
h ccs_16f873a_adc_rs232.h
#include
#device adc=10
#FUSES NOWDT //No Watch Dog Timer
#FUSES HS //High speed Osc (> 4mhz)
#FUSES NOPUT //No Power Up Timer
www.eeworm.com/read/390506/8462079
sym ccs_16f873a_adc_rs232.sym
004-005 @WRITE_PROGRAM_MEMORY.P1
004-005 @READ_PROGRAM_MEMORY.P2
015-016 CCP_1
015 CCP_1_LOW
016 CCP_1_HIGH
01B CCP_2_LOW
01B-01C CCP_2
01C CCP_2_HIGH
020 @SCRATCH
021
www.eeworm.com/read/390506/8462081
tre ccs_16f873a_adc_rs232.tre
滥CCS_16f873a_ADC_RS232
滥main 0/157 Ram=5
媚??0??
媚@DIV1616 0/37 Ram=5
媚@const55 0/15 Ram=0
媚@PRINTF_X_9600_62_63 0/35 Ram=2
媚@DIV1616 0/37 Ram=5
www.eeworm.com/read/390506/8462085
esym ccs_16f873a_adc_rs232.esym
d G "PIN_A0" 2 19 "40"
d G "PIN_A1" 2 20 "41"
d G "PIN_A2" 2 21 "42"
d G "PIN_A3" 2 22 "43"
d G "PIN_A4" 2 23 "44"
d G "PIN_A5" 2 24 "45"
d G "PIN_B0" 2 26 "48"
d G "PIN_B1" 2 27 "49"
d G "PIN
www.eeworm.com/read/390506/8462088
c ccs_16f873a_adc_rs232.c
#include "C:\CCS_16f873a_ADC_RS232\CCS_16f873a_ADC_RS232.h"
void main()
{
long value;
setup_adc_ports(AN0);
setup_adc(ADC_CLOCK_DIV_32);
setup_timer_0(RTCC_INTERNAL|RTCC_DIV_1)
www.eeworm.com/read/390506/8462095