代码搜索:sbit

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

代码结果 10,000
www.eeworm.com/read/197897/7964157

txt nrf905c.txt

#include #include #include #include #define uint unsigned int #define uchar unsigned char //配置口定义// sbit TXEN = P1^7; sbit TRX_CE = P1^6;
www.eeworm.com/read/297894/7989741

c head.c

#include // SFR declarations #ifndef HEAD_H /* Header Sentry */ #define HEAD_H sbit rst = P1^1;
www.eeworm.com/read/297894/7989851

c head.c

#include // SFR declarations #ifndef HEAD_H /* Header Sentry */ #define HEAD_H sbit rst = P1^1;
www.eeworm.com/read/398374/7991221

c ls_164.c

#include "reg52.h" #include "intrins.h" #include "lcd.h" #include "def.h" sbit clr_164 = P0^0; sbit clk_164 = P0^1; sbit date_164 = P0^2; sbit beep = P0^3; sbit led_1 = P0^4; sbit
www.eeworm.com/read/398374/7991257

lst ls_164.lst

C51 COMPILER V8.02 LS_164 06/03/2008 22:12:57 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE LS_164 OBJECT MODULE PLACED IN
www.eeworm.com/read/297730/7999917

c lcd.c

#include #define uchar unsigned char sbit RS=P0^2; sbit RW=P0^3; sbit E=P0^4; void init(); void wc51r(uchar i); void wc51ddr(uchar j); void fbusy(); void delay(); void ma
www.eeworm.com/read/197225/8010599

lst main.lst

C51 COMPILER V7.50 MAIN 11/21/2006 16:34:22 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN .\
www.eeworm.com/read/197225/8010642

lst function.lst

C51 COMPILER V7.50 FUNCTION 11/21/2006 14:47:20 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE FUNCTION OBJECT MODULE PLACED I
www.eeworm.com/read/297558/8010983

c ddd1.c

#include #define uchar unsigned char sbit RS=P0^2; sbit RW=P0^3; sbit E=P0^4; void delay(void); void init(void); void wc51r(uchar i); void wc51ddr(uchar i); void fbusy(void); //主函
www.eeworm.com/read/297480/8014675

h virtual51.h

/*-------------------------------------------------------------------------- Virtual51.h Header file for the Virtual51. Copyright(c)2004-2006,Macrocai.All rights reserved. ------------------------