Default parameters for sdcard_spi driver. More...
Default parameters for sdcard_spi driver.
Definition in file sdcard_spi_params.h.
#include "board.h"
Go to the source code of this file.
Variables | |
static const sdcard_spi_params_t | sdcard_spi_params [] |
sdcard_spi configuration More... | |
Set default configuration parameters for the sdcard_spi driver | |
#define | SDCARD_SPI_PARAM_SPI SPI_DEV(0) |
#define | SDCARD_SPI_PARAM_CS GPIO_PIN(2,4) |
#define | SDCARD_SPI_PARAM_CLK GPIO_PIN(2,5) |
#define | SDCARD_SPI_PARAM_MOSI GPIO_PIN(2,6) |
#define | SDCARD_SPI_PARAM_MISO GPIO_PIN(2,7) |
#define | SDCARD_SPI_PARAM_POWER (GPIO_UNDEF) |
#define | SDCARD_SPI_PARAM_POWER_AH (true) |
treated as 'don't care' if SDCARD_SPI_PARAM_POWER is GPIO_UNDEF | |
#define | SDCARD_SPI_PARAMS |
#define SDCARD_SPI_PARAMS |
Definition at line 56 of file sdcard_spi_params.h.
|
static |
sdcard_spi configuration
Definition at line 69 of file sdcard_spi_params.h.