代码搜索结果
找到约 23,563 项符合
SD Card 的代码
a0b3a1c81f0d001c11f1c917778e41ef
#ifndef __SD_Card_H__
#define __SD_Card_H__
//-------------------------------------------------------------------------
// SD Card Set I/O Direction
#define SD_CMD_IN IOWR(SD_CMD_BASE, 1, 0
7097c7fc530c001c13e7e3a4c24f471a
#ifndef __SD_Card_H__
#define __SD_Card_H__
//-------------------------------------------------------------------------
// SD Card Set I/O Direction
#define SD_CMD_IN IOWR(SD_CMD_BASE, 1, 0
d0f55da0330c001c1fed9e706ca185c4
#ifndef __SD_Card_H__
#define __SD_Card_H__
//-------------------------------------------------------------------------
// SD Card Set I/O Direction
#define SD_CMD_IN IOWR(SD_CMD_BASE, 1, 0
10a5a0d83c0c001c1fed9e706ca185c4
#ifndef __SD_Card_H__
#define __SD_Card_H__
//-------------------------------------------------------------------------
// SD Card Set I/O Direction
#define SD_CMD_IN IOWR(SD_CMD_BASE, 1, 0
40f856143b0c001c1fed9e706ca185c4
#ifndef __SD_Card_H__
#define __SD_Card_H__
//-------------------------------------------------------------------------
// SD Card Set I/O Direction
#define SD_CMD_IN IOWR(SD_CMD_BASE, 1, 0
config.h
#ifndef __EFSL_CONFIG_H__
#define __EFSL_CONFIG_H__
/* This is for the STR91x SD-Card SPI interface (S. Bonev) */
/* Hardware target
---------------
* Here you will define for what ha
sd_card.c
//*****************************************************************************
//
// sd_card.c - Example program for reading files from an SD card.
//
// Copyright (c) 2007 Luminary Micro, Inc.
sd_card.c
//*****************************************************************************
//
// sd_card.c - Example program for reading files from an SD card.
//
// Copyright (c) 2007 Luminary Micro, Inc.
sd_card.c
//*****************************************************************************
//
// sd_card.c - Example program for reading files from an SD card.
//
// Copyright (c) 2007 Luminary Micro, Inc.
sdcommon.h
#ifndef __SDCOMMON_H__
#define __SDCOMMON_H__
/* SD卡信息结构体定义 */
/* the information structure variable of SD Card*/
typedef struct SD_STRUCT
{
INT32U card_posnum; /* 卡座号,多卡时使用 */
INT