代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/493354/6401259
lst c8051f340.lst
C51 COMPILER V8.08 C8051F340 04/08/2009 10:00:34 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE C8051F340
OBJECT MODULE PLACED
www.eeworm.com/read/492755/6408515
h max531.h
sbit DIN=P1^0;
sbit DOUT=P1^1;
sbit SCL=P1^2;
sbit RST=P2^2;
void MAX531_send(unsigned int Send_data)
{
unsigned char i;
SCL=0 ;
for(i=0;i
www.eeworm.com/read/492755/6408531
h stc89le516ad.h
/* After is STC additional SFR */
/* sfr AUXR = 0x8e; */
/* sfr AUXR1 = 0xa2; */
/* sfr IPH = 0xb7; */
sfr P4 = 0xc0;
sbit P43 = P4^3;
sbit P42 = P4^2;
sbit P41 = P4^1;
sbit P40 =
www.eeworm.com/read/492667/6418356
h io_pin.h
#include
//IO
sbit STS=P1^0;
sbit SOUND=P1^1;
//sbit KB_IN0 P1^2;
//sbit KB_IN1 P1^3;
//sbit KB_IN2 P1^4;
//sbit MOSI=P1^5;
//sbit MISO=P1^6;
//sbit SCK=P1^7;
//sbit RXD=
www.eeworm.com/read/491802/6426246
c gio_i2c.c
#include //"C:\Keil\C51\INC\Megawin\REG_MPC82G516.h" //REG_MPC82G516.h //reg82xx.h
#include
#include "Delay.h"
sbit D7 = P3^7;
sbit D6 = P3^5;
sbit D5 = P3
www.eeworm.com/read/491940/6428746
h zlg7289.h
#ifndef _ZLG7289_H_
#define _ZLG7289_H_
#define uint unsigned int
#define uchar unsigned char
sbit ZLG7289_CS = P2^0;
sbit ZLG7289_CLK = P2^1;
sbit ZLG7289_DIO = P2^2;
sbit ZLG7289_INT
www.eeworm.com/read/491952/6428895
h isd1420.h
#ifndef _ISD1420_H_
#define _ISD1420_H_
#define uint unsigned int
#define uchar unsigned char
//引脚定义
sbit PLAYL = P1^0;
sbit PLAYE = P1^1;
#define ISD_Addr P0
//函数功能:短延时
v
www.eeworm.com/read/492036/6430668
h iocc2430.h
/**************************************************************************************************
* - ioCC2430.h -
*
* Special header for the Chipcon CC2
www.eeworm.com/read/491398/6434923
h stc12c5410ad.h
/* After is STC additional SFR or change */
/* sfr AUXR = 0x8e; */
/* sfr IPH = 0xb7; */
/* Watchdog Timer Register */
sfr WDT_CONTR = 0xe1;
/* ISP_IAP_EEPROM Register */
sfr ISP
www.eeworm.com/read/491228/6437679
h volcontrol.h
//Voltage Control volcontrol.h
#ifndef __VOLCONTROL_H__
#define __VOLCONTROL_H__
#include
#include
sbit DA_CS = P3^5;
sbit DA_DI = P3^4;
sbit DA_CLK = P3^3;
exte