代码搜索结果
找到约 10,000 项符合
Storage 的代码
mass_storage.h
/* MASS_STORAGE.H File
Created by Computer-lov. Date: 2004.7.13
Last edited date: 2005.5.31
Copyright (c) 2005 Computer-lov
version 1.1
*/
//定义了USB Mass Storage 类的一些命令及数据结构
#i
mass_storage.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
我的邮箱:computer-lov@tom.com
欢迎访问我的blog: http://computer00.21ic.org
mass_storage.h
mass_storage.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
我的邮箱:computer-lov@tom.com
欢迎访问我的blog: http://computer00.21ic.org
mass_storage.h
mass_storage.h
/* MASS_STORAGE.H File
Created by Computer-lov. Date: 2004.7.13
Last edited date: 2005.5.31
Copyright (c) 2005 Computer-lov
version 1.1
*/
//定义了USB Mass Storage 类的一些命令及数据结构
#i
storage64.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="algrf64"
ProjectDir="Z:\vw\support\dummybook5510\audio\referenceframeworks\src\storag
storage62.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="storage62"
ProjectDir="Z:\vw\support\dummybook5510\audio\referenceframeworks\src\stor
message_storage.lst
1 .file "message_storage.c"
2 .arch atmega8
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
message_storage.h
#ifndef _MES_STOR
#define _MES_STOR
#include "modbus_client.h"
#define ERROR 0
#define OK 1
//----循环队列------
#define MAXQSIZE0 3
#define MAXDATASIZE0 30
#define MAXQSIZE1 3
#define MA