?? sdhal.h
字號(hào):
/****************************************Copyright (c)**************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
**
** http://www.zyinside.com
**
**--------------File Info-------------------------------------------------------------------------------
** File Name: sdconfig.h
** Last modified Date: 2006.01.09
** Last Version: V1.0
** Description: hardware abstract layer header file for s3c2410 SD/MMC
**
**------------------------------------------------------------------------------------------------------
** Created By: Ming Yuan Zheng 鄭明遠(yuǎn)
** Created date: 2006.01.09
** Version: V1.0
** Descriptions: The original version 初始版本
**
**------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Description:
**
********************************************************************************************************/
#ifndef __SDHAL_H__
#define __SDHAL_H__
/* 給SD/MMC卡供電 power to sd/mmc card */
void SD_Powerup(void);
/* 初始化訪問SD卡的硬件初始化 initialize the hardware that access sd card */
extern void SD_HardWareInit(void);
/* 設(shè)置SPI的時(shí)鐘小于400kHZ set the clock of SPI less than 400kHZ */
extern void SD_Clk400k(void);
/* 設(shè)置SPI的clock到最大值 set the clock of SPI to maximum */
extern void SD_ClkToMax(void);
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -