代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/143834/12837613
lst ini_ok.lst
C51 COMPILER V7.05 INI_OK 10/26/2005 14:17:04 PAGE 1
C51 COMPILER V7.05, COMPILATION OF MODULE INI_OK
OBJECT MODULE PLACED IN
www.eeworm.com/read/143834/12837632
c flash_write.c
//-----------------------------------------------------------------------------
// Copyright (C) 2004 Silicon Laboratories, Inc.
//
// AUTH: JS
// DATE: 03 JUL 02
//
// This program flashes the
www.eeworm.com/read/143834/12837658
c ini_ok.c
//-----------------------------------------------------------------------------
// Copyright (C) 2004 Silicon Laboratories, Inc.
//
// AUTH: JS
// DATE: 03 JUL 02
//
// This program flashes the
www.eeworm.com/read/244733/12846499
h fx2regs.h
//-----------------------------------------------------------------------------
// File: FX2regs.h
// Contents: EZ-USB FX2 register declarations and bit mask definitions.
//
// $Archive
www.eeworm.com/read/244544/12857241
c test.c
#include "reg51.h"
sbit show =P1^0;
void main()
{
unsigned char weight=0x84;
unsigned char i;
P0=weight;
P1=0;
for(i=0;i
www.eeworm.com/read/143558/12861052
c displa~1.c
/*
********************************************************************************************************************
*描述: DP-51中LED显示程序文件
*文件名: DISPLAY_LED.C
*应用语言: KEIL C51
*版本 :
www.eeworm.com/read/143414/12878248
c 直流电机.c
//本调速硬件适合转速较高的直流电机,不适合力矩或者转速电机
//调节占空比实际上是调节电机两端电压的平均值,即PWM调速
#include
#define Uchar unsigned char
#define Uint unsigned int
#define Ulong unsigned long
/******************************
www.eeworm.com/read/330483/12886204
h fx2regs.h
//-----------------------------------------------------------------------------
// File: FX2regs.h
// Contents: EZ-USB FX2 register declarations and bit mask definitions.
//
// $Archive
www.eeworm.com/read/243968/12903006
c sh408.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit P1_0=P1^0; // 引脚连接关系
sbit P1_1=P1^1;
sbit P1_2=P1^2;
uchar readclk(uchar addr)
{
uc
www.eeworm.com/read/243968/12903141
c sh102.c
#include
#define uint unsigned int
sbit gate1=P2^0; // 定义P2-0口
sbit gate2=P2^1; // 定义P2-1口
sbit gate3=P2^2; // 定义P2-2口
sbit gate4=P2^3; // 定义P2-3口
void main(v