?? sdmmc.h
字號:
extern data U8 gc_CurrentCard;
extern data U8 gc_ReadWriteTimeOut;
extern data U8 gc_ReadWriteDataArea;
extern xdata U8 gc_SD_OCR[4];
extern xdata U8 gc_SD_RCA[2];
extern xdata U8 gc_SD_CID[16];
extern xdata U8 gc_SD_CSD[16];
extern xdata U16 gw_SD_BlockSize;
extern xdata U32 gw_SD_BlockNum;
extern void SD_SetClock(U8 ClockValue);
extern void SdDetect(void);
extern void CommandToSd(U8 *ComBuff);
extern void SdTxDummy(void);
extern void SDWaitIdle(void);
extern void SD_SetBlockLen(U16 BlockSize);
extern bit STORAGE_Detect();
extern U8 SD_SetInterface(U8 tc_CurrCard);
extern U8 SDIdentification(U8 tc_CurrCard);
extern U8 SDToRespond(U8 *tc_RespBuff,U8 tc_RespType,U8 tc_CRC);
extern U8 SDCheckDat0(void);
extern U8 SD_SetBusWidth(U8 tc_BusMode);
extern U8 SD_Initializes(U8 tc_CurrCard);
extern U8 SD_StandByToTrans(void);
extern U8 SD_STORAGE_Initialize(void);
extern U8 SD_Read_LogicSector (U32 tdw_LogicSectorAddr,U32 tdw_ReadSectorNumber);
extern U8 SD_Write_LogicSector(U32 tdw_LogicSectorAddr,U32 tdw_WriteSectorNumber);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -