代码搜索结果
找到约 23,563 项符合
SD Card 的代码
kconfig
#
# MMC subsystem configuration
#
menu "MMC/SD Card support"
config MMC
tristate "MMC support"
help
MMC is the "multi-media card" bus protocol.
If you want MMC support, you should say Y her
mmc_block.c
/*
* Block driver for media (i.e., flash cards)
*
* Copyright 2002 Hewlett-Packard Company
*
* SD-Card support:
* Copyright (C) 2004 Thomas Kleffel, All Rights Reserved
*
* Use consistent
mmc.c
/*
* linux/drivers/mmc/mmc.c
*
* Copyright (C) 2003-2004 Russell King, All Rights Reserved.
*
* SD-Card support:
* Copyright (C) 2004 Thomas Kleffel, All Rights Reserved
*
* This program
mmc_spi.c
//###########################################################
// File: mmc_spi.c
//
// Read-/Writeroutines for MMC MultiMedia cards and
// SD SecureDigital cards in SPI mode.
//
// This will wor
sd_raw.c
#include
#include "sd_raw.h"
#if !SD_RAW_SAVE_RAM
#include
#endif
/**
* \addtogroup sd_raw MMC/SD card raw access
*
* This module implements read and write access to MMC an
sddriver.h
#ifndef __SDDRIVER_H__
#define __SDDRIVER_H__
#include "sdconfig.h"
/* SD卡信息结构体定义 */
/* the information structure variable of SD Card*/
typedef struct SD_STRUCT
{
INT8U card_type;
mmc.c
/**************************************************************************************
//------------------ MMC/SD-Card Reading and Writing implementation -------------------
//FileName : mmc.c
mmc.h
/**************************************************************************************
//------------------ MMC/SD-Card Reading and Writing implementation -------------------
//FileName : mmc.c
avr.tex
This section describes how to implement Efsl on a AVR $\mu C$ connected to
an SD-Card (SPI). For getting efsl to compile, the avr-gcc compiler and
avr-libc library are required. On Windows you should
sdcommon.h
#ifndef __SDCOMMON_H__
#define __SDCOMMON_H__
/* SD卡信息结构体定义 */
/* the information structure variable of SD Card*/
typedef struct SD_STRUCT
{
INT32U card_posnum; /* 卡座号,多卡时使用 */
INT