代码搜索:SD Card

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

代码结果 10,000
www.eeworm.com/read/128531/5983427

c pci-sd0001.c

/* * $Id: pci-sd0001.c,v 1.1.2.1 2003/06/24 08:40:50 dwmw2 Exp $ * * linux/arch/sh/kernel/pci-sd0001.c * * Support Hitachi Semcon SD0001 SH3 PCI Host Bridge . * * * Copyright (C) 200
www.eeworm.com/read/120147/6303409

m nnd9sd.m

function nnd9sd(cmd,data) %NND9SD Steepest descent demonstration. % First Version, 8-31-95. %================================================================== % BRING UP FIGURE IF IT EXISTS
www.eeworm.com/read/350553/6316694

html group__sd__raw.html

sd-reader: MMC/SD card raw access
www.eeworm.com/read/350553/6316714

h sd_raw_config.h

#ifndef SD_RAW_CONFIG_H #define SD_RAW_CONFIG_H /** * \addtogroup sd_raw * * @{ */ /** * \file * MMC/SD support configuration. */ /** * \ingroup sd_raw_config * Controls MMC/SD write suppo
www.eeworm.com/read/493923/6384608

html group__sd__raw.html

sd-reader: MMC/SD/SDHC card raw access
www.eeworm.com/read/493923/6384630

h sd-reader_config.h

/* * Copyright (c) 2006-2009 by Roland Riegel * * This file is free software; you can redistribute it and/or modify * it under the terms of either the GNU General Publ
www.eeworm.com/read/493923/6384636

h sd_raw_config.h

/* * Copyright (c) 2006-2009 by Roland Riegel * * This file is free software; you can redistribute it and/or modify * it under the terms of either the GNU General Publ
www.eeworm.com/read/493559/6395432

v sd_clock_divider.v

`include "SD_defines.v" module CLOCK_DIVIDER ( input wire CLK, input [7:0] DIVIDER, input wire RST, output SD_CLK ); reg [7:0] ClockDiv; reg SD_CLK_O; `ifdef SYN CLKIN
www.eeworm.com/read/493559/6395440

v sd_controller_top.v

`include "SD_defines.v" module SD_CONTROLLER_TOP( // WISHBONE common wb_clk_i, wb_rst_i, wb_dat_i, wb_dat_o, // WISHBONE slave wb_adr_i, wb_sel_i, wb_we_i, wb_cyc_i, wb_stb_i, wb_ack_o,
www.eeworm.com/read/493559/6395442

v sd_crc_16.v

// ========================================================================== // CRC Generation Unit - Linear Feedback Shift Register implementation // (c) Kay Gorontzi, GHSi.de, distributed under the