代码搜索结果

找到约 10,000 项符合 SD Card 的代码

mmc.h

/************************************************************************************** //------------------ MMC/SD-Card Reading and Writing implementation ------------------- //FileName : mmc.c

mmc.c

/************************************************************************************** //------------------ MMC/SD-Card Reading and Writing implementation ------------------- //FileName : mmc.c

mmc.h

/************************************************************************************** //------------------ MMC/SD-Card Reading and Writing implementation ------------------- //FileName : mmc.c

mmc.h

/************************************************************************************** //------------------ MMC/SD-Card Reading and Writing implementation ------------------- //FileName : mmc.c

mmc.h

/************************************************************************************** //------------------ MMC/SD-Card Reading and Writing implementation ------------------- //FileName : mmc.c

cardif.c

#include "user_init.h" #ifdef SUPPORT_CARD_STORAGE #include "global.h" #include "ata.h" #include "atapi_if.h" #include "emuio.h" #include "func.h" #include "memmap.h" #include "cderr.h" #

kconfig

# # MMC/SD card drivers # comment "MMC/SD Card Drivers" config MMC_BLOCK tristate "MMC block device driver" depends on BLOCK default y help Say Y here to enable the MMC block device driver su

kconfig

# # MMC/SD card drivers # comment "MMC/SD Card Drivers" config MMC_BLOCK tristate "MMC block device driver" depends on BLOCK default y help Say Y here to enable the MMC block device driver su

readingthread_unit.pas

unit ReadingThread_Unit; interface uses Classes,Windows,SyncObjs; type ReadingThread = class(TThread) private { Private declarations } protected procedure Execute; overr

mmc_protocol.c

/* Core MMC driver functions * * Copyright (c) 2002 Hewlett-Packard Company * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated d