📄 sd_base.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 + -