代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/491051/6439771
h iocc2430.h
/**************************************************************************************************
* - ioCC2430.h -
*
* Special header for the Chipcon CC2
www.eeworm.com/read/490630/6450291
c test_pulse.c
#include
#include "hao.h"
sbit cl=P2^3;
sbit clr=P2^4;
sbit spul=P2^5;
sbit eend=P2^7;
void test_pulse()
{
spul=0;
clr=1;
delay(10);
clr=0;
delay(1);
cl=1;
while(!e
www.eeworm.com/read/490364/6455580
lst guiyihua2.lst
C51 COMPILER V8.02 GUIYIHUA2 04/13/2009 20:28:41 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE GUIYIHUA2
OBJECT MODULE PLACED
www.eeworm.com/read/490093/6458229
h c8051f340.h
//-----------------------------------------------------------------------------
// c8051F340.h
//-----------------------------------------------------------------------------
// Copyright 2005 Sili
www.eeworm.com/read/490093/6458232
h c8051f350.h
/*---------------------------------------------------------------------------
;
;
;
;
; FILE NAME: C8051F350.H
; TARGET MCUs: C8051F350, F350, F351, F352, F353
; DESCRIPTION: Register/bit defin
www.eeworm.com/read/490228/6460928
txt xiang.txt
#include "reg52.h"
#include "ps2.h"
#define THCO 0xee
#define TLCO 0x0
unsigned char code Duan[]={0x3F, 0x06,0x5B,0x4F,0x66,0x6D,0x7D,0x07,0x7F,0x6F};
//共阴极数码管,0-9段码表
unsigned char Dat
www.eeworm.com/read/489858/6462805
h yh.h
#ifndef __yh_H__
#define __yh_H__
#define uchar unsigned char
#define uint unsigned int
#define COM8279 XBYTE [0x0001] //8279的命令状态
#define DAT8279 XBYTE [0x0000] //8279的数据口
www.eeworm.com/read/400720/6465570
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/489665/6468657
h io.h
#ifndef _IO_
#define _IO_
//IO Definitions-----------------------------------------------------------------
sbit SO=P1^4; //P1.4--SO
sbit SI=P1^5; //P1.5--SI
sbit Csn=P1^6; //P1.6--Csn
s
www.eeworm.com/read/489759/6469297
h 18b20.h
#define uchar unsigned char
#define uint unsigned int
sbit DQ = P2^0; // 数据通信线DQ