代码搜索结果
找到约 23,563 项符合
SD Card 的代码
uf32_test.c
/*
Module Name : uf32_test.c
Functions : UF32_TEST
Purpose : Test access SD card and HD via UF32
Notes :
This function is setting the GPIO. Let's PC access SD card and HD
*/
// L
mountmonapplet.desktop
[Desktop Entry]
Name=SD Card Monitor
Comment=Monitors the SD card slot.
Name[ja]=SDカードモニター
Comment[ja]=SDカードスロットを監視します。
X-QPE-Library=libmountmonapplet.so
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
sdcommon.h
#ifndef __SDCOMMON_H__
#define __SDCOMMON_H__
/* SD卡信息结构体定义 */
/* the information structure variable of SD Card*/
typedef struct SD_STRUCT
{
INT32U card_posnum; /* 卡座号,多卡时使用 */
INT
sdcommon.h
#ifndef __SDCOMMON_H__
#define __SDCOMMON_H__
/* SD卡信息结构体定义 */
/* the information structure variable of SD Card*/
typedef struct SD_STRUCT
{
INT32U card_posnum; /* 卡座号,多卡时使用 */
INT
sdcommon.h
#ifndef __SDCOMMON_H__
#define __SDCOMMON_H__
/* SD卡信息结构体定义 */
/* the information structure variable of SD Card*/
typedef struct SD_STRUCT
{
INT32U card_posnum; /* 卡座号,多卡时使用 */
INT
sdcommon.h
#ifndef __SDCOMMON_H__
#define __SDCOMMON_H__
/* SD卡信息结构体定义 */
/* the information structure variable of SD Card*/
typedef struct SD_STRUCT
{
INT32U card_posnum; /* 卡座号,多卡时使用 */
INT
lpc32xx_sdcard.h
/***********************************************************************
* $Id:: lpc32xx_sdcard.h 1101 2008-08-20 22:25:30Z wellsk $
*
* Project: LPC32XX SD card controller definitions
sd_controller.h
/*****************************************************************************
* File: sd_controller.h
*
* Purpose: Header file info for the SD Card Controller driver code.
*
* Author: NGK