代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/329712/12937438
h variant.h
//data type
#define uint unsigned int
#define ulong unsigned long
#define uchar unsigned char
#define nop() _nop_()
//Global Constant
#define SYSCLK 18432000 //系统时钟
#define Diam 1
#
www.eeworm.com/read/329602/12945986
h c8051f350.h
/*---------------------------------------------------------------------------
;
;
;
;
; FILE NAME: C8051F350.H
; TARGET MCUs: C8051F350, F350, F351, F352, F353
; DESCRIPTION: Register/bit defin
www.eeworm.com/read/243103/12963270
h fangdao.h
#pragma OPTIMIZE(6,size) //优化级别与优化方式
//#pragma LARGE //编译模式 SMALL COMPACT LARGE
#include //字符函数
#include //一般IO/函数
#include //字符串函数
#include
www.eeworm.com/read/329183/12971857
lst putchar.lst
C51 COMPILER V7.01 PUTCHAR 08/31/2007 13:59:14 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE PUTCHAR
OBJECT MODULE PLACED IN
www.eeworm.com/read/329183/12971915
lst ram.lst
C51 COMPILER V7.01 RAM 11/16/2007 15:52:11 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE RAM
OBJECT MODULE PLACED IN .\R
www.eeworm.com/read/141837/12981689
c try.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;
uns
www.eeworm.com/read/141717/12990381
h myconfig51.h
//#include //在前面调用
//#include
//#define rtl8019as XBYTE[0xFE00]
sbit sck=P3^5;
sbit xcs=P1^7;
sbit si=P3^3;
sbit so=P3^4;
sbit bcs=P1^5;
sbit bas=P1^6;
//port
sbit
www.eeworm.com/read/141717/12990421
h myconfig51.h
//#include //在前面调用
//#include
//#define rtl8019as XBYTE[0xFE00]
sbit sck=P3^5;
sbit xcs=P1^7;
sbit si=P3^3;
sbit so=P3^4;
sbit bcs=P1^5;
sbit bas=P1^6;
//port
sbit
www.eeworm.com/read/141687/12991129
c qudong.c
#include
/**********************控制端口定义*********************
sbit rst p2^5
sbit cd p2^6
sbit ce p2^7
sbit wr p3^6
sbit rd p3^7
/*************定义标志位****************/
#define
www.eeworm.com/read/242570/12998697
h d12config.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究