代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/426630/9009089
c main.c
#ifdef MONITOR51 /* Debugging with Monitor-51 needs */
char code reserve [3] _at_ 0x23; /* space for serial interrupt if */
#endif
www.eeworm.com/read/426630/9009689
c 10-6.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/426630/9010124
c 例7-7.c
#include "reg51.h"
#define ON 1
#define OFF 0
sbit Lamp1=P0^0;
sbit Lamp2=P0^1;
sbit Lamp3=P0^0;
sbit Lamp4=P0^1;
sbit Lamp5=P0^0;
sbit Lamp6=P0^1;
sbit Lamp7=P0^0;
sbit Lamp8=P0^1;
www.eeworm.com/read/426587/9012186
c bit.c
#include
sbit key=P1^0;
sbit led=P0^0;
bit light;
void main()
{
unsigned int n;
while(1)
{
if(!key)
{
for(n=5000;n>0;n--);
light=~light;
while(!key);
for(n=5000;n>0
www.eeworm.com/read/283313/9030426
h lcd1602.h
/*********************************************************************
微 雪 电 子 WaveShare http://www.waveShare.net
目 的:
www.eeworm.com/read/283313/9030469
h lcd802.h
/*********************************************************************
微 雪 电 子 WaveShare http://www.waveShare.net
目 的:
www.eeworm.com/read/283278/9031524
h can_selfdef.h
# define uchar unsigned char
# define uint unsigned int
# define NOP5 {_nop_();_nop_();_nop_();_nop_();_nop_();}/*延时5us*/
#define N_can 13//一帧字节数
bit TXD_flag = 0;// 若为1
www.eeworm.com/read/283278/9031580
h can_232showdef.h
# define uchar unsigned char
# define uint unsigned int
# define NOP5 {_nop_();_nop_();_nop_();_nop_();_nop_();}/*延时5us*/
#define N_can 13//一帧字节数
//bit TXD_flag = 0;// 若
www.eeworm.com/read/283278/9031623
h can_232showdef.h
# define uchar unsigned char
# define uint unsigned int
# define NOP5 {_nop_();_nop_();_nop_();_nop_();_nop_();}/*延时5us*/
#define N_can 13//一帧字节数
//bit TXD_flag = 0;// 若
www.eeworm.com/read/283278/9031633
h can_showdef.h
# define uchar unsigned char
# define uint unsigned int
# define NOP5 {_nop_();_nop_();_nop_();_nop_();_nop_();}/*延时5us*/
#define N_can 13//一帧字节数
bit TXD_flag = 0;// 若为1