#include <cfg/clock.h>#include <cfg/mmci.h>#include <dev/mmcard.h>#include <dev/spibus.h>#include <dev/gpio.h>
Go to the source code of this file.
Defines | |
| #define | SPI_MMC_CLK 33000000 |
| Low Level Multimedia Card Support. | |
| #define | SPI_MMC_CS 1 |
Variables | |
| NUTSPINODE | nodeSpiMmcGpio |
| NPL SPI node implementation structure for MMC. | |
| NUTDEVICE | devSpiMmcGpio |
| Multimedia card device information structure. | |
| #define SPI_MMC_CLK 33000000 |
Low Level Multimedia Card Support.
MMC support routines for gpio usage
* * $Id$ * *
Definition at line 65 of file spi_mmc_gpio.c.
| #define SPI_MMC_CS 1 |
Definition at line 69 of file spi_mmc_gpio.c.