代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/297480/8014708
h virtual51.h
/*--------------------------------------------------------------------------
Virtual51.h
Header file for the Virtual51.
Copyright(c)2004-2006,Macrocai.All rights reserved.
------------------------
www.eeworm.com/read/297480/8014730
h virtual51.h
/*--------------------------------------------------------------------------
Virtual51.h
Header file for the Virtual51.
Copyright(c)2004-2006,Macrocai.All rights reserved.
------------------------
www.eeworm.com/read/297480/8014770
h virtual51.h
/*--------------------------------------------------------------------------
Virtual51.h
Header file for the Virtual51.
Copyright(c)2004-2006,Macrocai.All rights reserved.
------------------------
www.eeworm.com/read/297232/8042792
h hal.h
///////////////////////////hal.h//////////////////////////
#include "AT89X52.H"
sbit MCU_LED1=P1^0;
sbit MCU_LED2=P1^1;
sbit MCU_LED3=P1^2;
sbit MCU_LED4=P1^3;
sbit SWM1=P1^4;
sbit SWM2=P1^
www.eeworm.com/read/297073/8055814
h w77e58.h
sfr P0 = 0x80;
sfr P1 = 0x90;
sfr P2 = 0xA0;
sfr P3 = 0xB0;
#define p0 P0
#define p1 P1
#define p2 P2
#define p3 P3
sfr PSW = 0xD0;
sfr ACC = 0xE0;
sfr B = 0xF0;
sfr
www.eeworm.com/read/297062/8056999
#3 pi.#3
#include
extern xdata unsigned char buffer_storage[512];
sbit RDN = P2^0 ;//读信号
sbit CSN = P2^1 ;//片选信号
//P1.0---P1.7是数据线
void Pi_Read(void)
{
int i;
//
www.eeworm.com/read/297062/8057011
#2 pi.#2
#include
extern xdata unsigned char buffer_storage[512];
sbit RDN = P2^0 ;//读信号
sbit CSN = P2^1 ;//片选信号
//P1.0---P1.7是数据线
void Pi_Read(void)
{
int i;
//
www.eeworm.com/read/196810/8059203
lst kb.lst
C51 COMPILER V6.12 KB 03/03/2007 18:29:42 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE KB
OBJECT MODULE PLACED IN .\Kb
www.eeworm.com/read/297029/8059814
h w77e58.h
sfr P0 = 0x80;
sfr P1 = 0x90;
sfr P2 = 0xA0;
sfr P3 = 0xB0;
#define p0 P0
#define p1 P1
#define p2 P2
#define p3 P3
sfr PSW = 0xD0;
sfr ACC = 0xE0;
sfr B = 0xF0;
sfr
www.eeworm.com/read/296947/8069068
h stc.h
/* After is STC additional SFR or change */
/* sfr AUXR = 0x8e; */
/* sfr IPH = 0xb7; */
/* Watchdog Timer Register */
sfr WDT_CONTR = 0xe1;
/* ISP_IAP_EEPROM Register */
sfr ISP