代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/343942/11917818
h zlg7289.h
/****************************************************************************
* File:ZLG7289.H
* 功能:ZLG7289A键盘显示芯片显示驱动程序。(头文件)
* 说明:MCS-51单片机,晶振不要大于12MHz。
*****************************************
www.eeworm.com/read/343688/11934373
h zlg7289.h
/****************************************************************************
* File:ZLG7289.H
* 功能:ZLG7289A键盘显示芯片显示驱动程序。(头文件)
* 说明:MCS-51单片机,晶振不要大于12MHz。
*****************************************
www.eeworm.com/read/343681/11935055
c led.c
/**************************************************************************
By ZhuTao
***************************************************************************/
#include "adc0809.c"
#define LE
www.eeworm.com/read/154614/11943081
h ch451.h
#include "AT89X52.H"
//-------CH451
sbit ch451_dclk=P1^4; //串行数据时钟上升延激活
sbit ch451_din=P1^5; //串行数据输出,接CH451的数据输入
sbit ch451_load=P1^6; //串行命令加载,上升延激活
sbit ch451_
www.eeworm.com/read/257217/11944095
h mmc.h
#ifndef _MMC_H_
#define _MMC_H_
/*
#define DIR_ORI 0x3E000 //根目录起始点 (根目录共占32个Sector,16kB)
#define DIR_END 0x42000 //根目录结束点 (紧随其后是第二簇,没有第零,一簇)
#define DIR_LEN 0x4000 //根目长度
#define CLU_O
www.eeworm.com/read/257211/11944274
c 5.c
sfr P1 = 0x90; //这里没有使用预定义文件,
sbit P1_0 = P1 ^ 0; //而是自己定义特殊寄存器
sbit P1_7 = 0x90 ^ 7; //之前我们使用的预定义文件其实就是这个作用
sbit P1_1 = 0x91; //这里分别定义P1端口和P10,P11,P17引脚
void main(void)
{
unsigned int a; //定义a
www.eeworm.com/read/343370/11953681
h reg.h
//
//Registers.h : Register declaration
//
#ifndef __REGISTERS__
#define __REGISTERS__
#ifdef SDCC
/* BYTE addressable registers */
sfr at 0x80 P0 ;
sfr at 0x81 SP ;
sfr
www.eeworm.com/read/256873/11966917
c adc0809.c
#include
#define uchar unsigned char
#define uint unsigned int
//*************************************************
sbit a0=ACC^0; sbit a1=ACC^1; sbit a2=ACC^2; sbit a3=ACC^3;
sbit
www.eeworm.com/read/256873/11966925
c x1203.c
//X1203 串行总线实时时钟芯片
#include
#include
#include
#define uchar unsigned char
#define CSIOPBASE 0x0200
#define CTLA XBYTE[CSIOPBASE+0x0002]
#define DIRA XBYT
www.eeworm.com/read/256873/11966936
c x76f100.c
//X76F100 加密IC卡芯片驱动程序
//16X2液晶显示屏接在板子上作显示 X76F100接在P1口
#include
#include
#include
#define uchar unsigned char
#define unint unsigned int
//******************