代码搜索:sbit

找到约 10,000 项符合「sbit」的源代码

代码结果 10,000
www.eeworm.com/read/343135/11970445

c text1.c

#include #include sbit p=P0^1; void main () { TMOD= 0x01; TR0=1; ET0=1; EA=1; // p=P0; while(1) {} } time
www.eeworm.com/read/342969/11987530

h definition.h

sbit inside_led1=P2^3; sbit inside_led2=P2^4; sbit inside_led3=P2^5; sbit inside_led4=P2^6; sbit inside_led5=P2^7; sbit outside_down_led2=P0^3; sbit outside_down_led3=P0^2; sbit outside_down_
www.eeworm.com/read/342897/11993266

lst ial.lst

C51 COMPILER V7.07 IAL 05/17/2003 16:08:38 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE IAL OBJECT MODULE PLACED IN IAL
www.eeworm.com/read/342542/12012521

h c8051f340.h

#ifndef C8051F340_H #define C8051F340_H //----------------------------------------------------------------------------- // Byte Registers //----------------------------------------------------
www.eeworm.com/read/342541/12012549

h c8051f340.h

//----------------------------------------------------------------------------- // C8051F340.h //----------------------------------------------------------------------------- // Copyright 2005 Sili
www.eeworm.com/read/342460/12019239

c to_pc.c

#include #define uchar unsigned char #define uint unsigned int uchar rebyte=0; idata uchar chint; //通信定义 bit flag_232C; bit flag_COM; bit cf;//校验标志位 bdata ab; sbit abit0=ab^0;sb
www.eeworm.com/read/256128/12024671

c 10.1.c

#include #include #define uint unsigned int #define uchar unsigned char #define N 128 /*定采样长度,如128点*/ sbit BYTE=P1^0; sbit RC=P1^1; sbit BUSY=P1^2; /*定义特殊位*/ int xda
www.eeworm.com/read/342241/12033762

h uart_keyboard.h

/***************************************************************** * Copyright (C) 2008, 华中科技大学电工电子科技创新中心 * All Rights Reserved. * * 文件名: 基于74HC165的串行4*4键盘头文件 * 文件描述: 用于简易心电图仪 * 资源占用:
www.eeworm.com/read/342105/12041249

lst main.lst

C51 COMPILER V7.50 MAIN 04/25/2007 20:35:54 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN ma
www.eeworm.com/read/342105/12041292

c main.c

#include #include #include #ifndef XBYTE #define XBYTE ((unsigned char volatile xdata *) 0) #endif unsigned char xdata TimeBufer[7]; un