sd_base.h

来自「SD卡功能模块 音远文件例如MIDI mp3的读写存储」· C头文件 代码 · 共 34 行

H
34
字号
/************************************************************************************/
/*																					*/
/*	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 + =
减小字号Ctrl + -
显示快捷键?