⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sd_base.h

📁 SD卡与ARM7在SPI模式下进行数据读写原代码
💻 H
字号:
/************************************************************************************/
/*																					*/
/*	Copyright (C) 2004 Medeli Electric Industry	Co., LTD.							*/
/*																					*/
/*	System Name	:	IC-1000															*/
/*	File   Name	:	sd_cmd.h														*/
/*	Revision	:	1.00															*/
/*	Date		:	2006/4/10														*/
/*					Initial	version													*/
/*					Joe's work														*/
/************************************************************************************/
#ifndef	SD_BASE_H
#define	SD_BASE_H

#ifdef __cplusplus
extern "C" {
#endif

/********************************Includs***************************************/
/*******************************Constants**************************************/
/*********************************Enums****************************************/
/********************************Marcros***************************************/
#define SD_CS_ASSERT		(rPDATB&=~(1<<5))
#define SD_CS_DEASSERT		(rPDATB|=(1<<5))
/*******************************Structures*************************************/
/********************************Specials**************************************/
/**************************Variable	Declaration********************************/
/**************************Function	Declaration********************************/
/**************************End of sd_command.h*********************************/
#ifdef __cplusplus
};		/* End of 'extern "C"' */
#endif
#endif	/* End of sd_base.h */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -