代码搜索:Driver
找到约 10,000 项符合「Driver」的源代码
代码结果 10,000
www.eeworm.com/read/165621/10055923
rc d12_driver.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/165621/10055927
aps d12_driver.aps
www.eeworm.com/read/165621/10055928
cpp d12_driver.cpp
// D12_Driver.cpp
//
// Generated by DriverWizard version DriverStudio 3.0.0 (Build 1126)
// Requires Compuware's DriverWorks classes
//
#define VDW_MAIN
#include
#include
www.eeworm.com/read/165621/10055929
plg d12_driver.plg
Build Log
--------------------Configuration: D12_Driver - Win32 Checked--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\
www.eeworm.com/read/165621/10055937
opt d12_driver.opt
www.eeworm.com/read/165621/10055943
inf d12_driver.inf
;; D12.inf
;; ********* PLEASE READ ***********
;; The wizard cannot create exact INF files for all buses and device types.
;; You may have to make changes to this file in order to get your devi
www.eeworm.com/read/165621/10055945
bbs d12_driver.bbs
[Batch Build]
D12_Driver - Win32 Checked=1
D12_Driver - Win32 Free=1
Test_D12_Driver - Win32 Debug=1
Test_D12_Driver - Win32 Release=1
www.eeworm.com/read/165621/10055947
dsw d12_driver.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###
Project: "D12_Driver"=.\sys\D12_Driver.dsp - Package Owner=
Packag
www.eeworm.com/read/165621/10055948
ncb d12_driver.ncb
www.eeworm.com/read/361313/10058717
txt mmc-spi-driver.txt
这个程序是基于avr单片机的,使用了硬件spi接口,
导出了三个关键函数:
MMCReadSector(unsigned long sector, unsigned char *buf);
MMCWriteSector(unsigned long sector, unsigned char *buf);
MMCIdentify(void);
使用之前必须先调用