代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/115675/15005166
tdf mii.tdf
%-----------------------------------------------------------------------%
% Description : %
% Edit history...
www.eeworm.com/read/206282/15297092
c cbit.c
volatile unsigned int *Port;
void SET_Bit(unsigned int *Port,unsigned int bits)
{
*Port|=bits;
}
void CLR_Bit(unsigned int *Port,unsigned int bits)
{
*Port&=~bits;
}
void CPL_Bit(un
www.eeworm.com/read/411219/11251657
tdf mii.tdf
%-----------------------------------------------------------------------%
% Description : %
% Edit history...
www.eeworm.com/read/300257/13923866
h timer.h
/******************************************************************************/
/* TIMER.H - TMS320C6711 Peripheral Support Library Timer Support */
/*
www.eeworm.com/read/300257/13924009
h timer.h
/******************************************************************************/
/* TIMER.H - TMS320C6711 Peripheral Support Library Timer Support */
/*
www.eeworm.com/read/102320/15786905
h regctl.h
/******************************************************************************/
/* REGCTL.H - Support Library to Access Registers */
/*
www.eeworm.com/read/160869/10480461
v pci_sync_module.v
//////////////////////////////////////////////////////////////////////
//// ////
//// File name "sync_module.v"
www.eeworm.com/read/442245/7656473
h lcd316.h
#ifndef LCD316_H
#define LCD316_H
/* ++++++++++++++ Display Setting ++++++++++++++++++++*/
#define PT6524 1 //使用段码显示器2
#define _NUMBER_OF_SIGNAL 188
#define LCD_ADDR 0x41 //LCD驱动芯片SPI地址
www.eeworm.com/read/198751/7912739
v pci_sync_module.v
//////////////////////////////////////////////////////////////////////
//// ////
//// File name "sync_module.v"
www.eeworm.com/read/390552/8459806
h em78x468xx.h
/********************************************************
* Header file for the Elan *
* EM78P468N chip *
* Tilte: EM78x468x include file *
* De