?? sdhal.h
字號(hào):
/****************************************Copyright (c)**************************************************
** Guangzhou ZLG-MCU Development Co.,LTD.
** graduate school
** http://www.zlgmcu.com
**
**--------------File Info-------------------------------------------------------------------------------
** File name: sdhal.h
** Last modified Date: 2005-1-6
** Last Version: V1.0
** Descriptions: sd 卡驅(qū)動(dòng)軟件包: 硬件抽象層 ---- SPI操作函數(shù)頭文件
** Soft Packet of SD Card Driver: hard abstrast layer ---- function of SPI operation
** header file
**------------------------------------------------------------------------------------------------------
** Created by: Ming Yuan Zheng
** Created date: 2005-1-6
** Version: V1.0
** Descriptions: The original version
**
**------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Descriptions:
**
**------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Descriptions:
**
********************************************************************************************************/
/* 檢測(cè)卡是否完全插入 check weather card is insert entirely */
extern INT8U SD_ChkCard(void);
extern INT8U SD_ChkCardWP(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 SPI_Clk400k(void);
/* 設(shè)置SPI的clock到最大值 set the clock of SPI to maximum */
extern void SPI_ClkToMax(void);
/* 通過SPI接口發(fā)送一個(gè)字節(jié) send a byte by SPI interface */
extern void SPI_SendByte(INT8U byte);
/* 從SPI接口接收一個(gè)字節(jié) receive a byte from SPI interface */
extern INT8U SPI_RecByte(void);
/* 片選SPI從機(jī) select the SPI slave */
extern void SPI_CS_Assert(void);
/* 不片選SPI從機(jī) not select the SPI slave */
extern void SPI_CS_Deassert(void);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -