代码搜索:sbit

找到约 10,000 项符合「sbit」的源代码

代码结果 10,000
www.eeworm.com/read/138687/13225400

c sh104.c

#include #include #define unit unsigned int #define uchar unsigned char sbit L0=P2^0; sbit L1=P2^1; sbit L2=P2^2; sbit L3=P2^3; void delays(void) { uchar i; for(i=3
www.eeworm.com/read/240215/13230144

h my.h

#include //#include #include #include #include #include //#include #include #include #include
www.eeworm.com/read/324705/13250948

h main.h

////////////////////////////////// //端口定义 ///////////////////////////////////////////////////////////////////// //MFRC500 sbit MF522_RST = P1^2; //RC500片选 sbit MF522
www.eeworm.com/read/324705/13251032

h main.h

////////////////////////////////// //端口定义 ///////////////////////////////////////////////////////////////////// //MFRC500 sbit MF522_RST = P1^2; //RC500片选 sbit MF522
www.eeworm.com/read/239612/13267001

lst pcalvd.lst

C51 COMPILER V8.05a PCALVD 10/15/2006 22:08:33 PAGE 1 C51 COMPILER V8.05a, COMPILATION OF MODULE PCALVD OBJECT MODULE PLACED IN
www.eeworm.com/read/239612/13267076

c pcalvd.c

#include "config.h" #define IN_PCALVD #if PCALVD_USING sbit EPCA = IE^6; // PCA中断屏蔽位 sfr CH = 0xf9; // PCA计数器高8位 sfr CL = 0xe9; // PCA计数器低8位 sfr CCON = 0xd8; /
www.eeworm.com/read/324106/13287041

lst main.lst

C51 COMPILER V7.07 MAIN 07/02/2006 19:56:23 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN ma
www.eeworm.com/read/239239/13293133

hx8309_

/* FS-TJ022A01-01 REV. A (17622W2HEG06HX) JULY/2006 6.2. Initialization Code */ #include #include #include #include typedef unsigned char Uchar; typede
www.eeworm.com/read/239154/13300723

c 两定时器秒脉冲.c

#include #define uchar unsigned char #define uint unsigned int #define ulong unsigned long sbit P30=P2^0; sbit P37=P2^7; timer1() interrupt 1 using 1// T0,200mS的秒脉冲中断程序 { P30=!
www.eeworm.com/read/239154/13300921

c timer_us.c

// zzwj5120 #include #include //sbit led1=P1^0; //sbit led2=P1^1; //sbit led3=P1^2; //sbit led4=P1^3; unsigned char count; unsigned char direction; unsigned ch