代码搜索:底层驱动
找到约 10,000 项符合「底层驱动」的源代码
代码结果 10,000
www.eeworm.com/read/7227/111086
c uart.c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* RS232通信驱动程序 */
/* 作者:ntzwq@wx88.ne
www.eeworm.com/read/7227/111291
_c uart._c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* RS232通信驱动程序 */
/* 作者:ntzwq@wx88.net
www.eeworm.com/read/7227/111301
c uart.c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* RS232通信驱动程序 */
/* 作者:ntzwq@wx88.net
www.eeworm.com/read/10714/187481
_h rd_lcd1602b._h
#ifndef _Use_LCD1602B
#define _Use_LCD1602B
/***********************************************************
* 声明库说明:LCD1602B基本驱动函数声明库 *
* 版本: v2.11
www.eeworm.com/read/10714/187494
h rd_lcd1602b.h
#ifndef _Use_LCD1602B
#define _Use_LCD1602B
/***********************************************************
* 声明库说明:LCD1602B基本驱动函数声明库 *
* 版本: v2.11
www.eeworm.com/read/12579/245701
c sdx.c
#include "sdx.h"
#include "myfun.h" //这是振南的公共函数头文件
/*******************************************************
+------------------------------------+
| 振南电子 驱动程序模块 SD/SDHC 部分|
www.eeworm.com/read/13747/282128
h touchpanel.h
//====================================================================================
//文 件 名:TouchPanel.h
//功能描述: 触摸屏驱动程序头文件
//维护记录:
// 2007.06.17 V1.0 by wangtao
//====
www.eeworm.com/read/16728/684407
c fsmc_nor.c
/*******************************************************************************
* 文件名 : fsmc_nor.c
* 功能描述 : NOR闪存设备驱动程序,包括读/写操作程序,块删除操作
* 半字操作等。
******************
www.eeworm.com/read/16728/684935
c fsmc_nor.c
/*******************************************************************************
* 文件名 : fsmc_nor.c
* 功能描述 : NOR闪存设备驱动程序,包括读/写操作程序,块删除操作
* 半字操作等。
******************
www.eeworm.com/read/35446/894537
c simpledriver.c
#include
#include
static BYTE g_Tmp = 0; /* 暂存数据变量 */
static DWORD g_OpenCount = 0; /* 驱动打开计数器 */
/**********************************************************