sdcard_spi device params More...
sdcard_spi device params
Definition at line 175 of file sdcard_spi.h.
#include <sdcard_spi.h>
Data Fields | |
spi_t | spi_dev |
SPI bus used. | |
gpio_t | cs |
pin connected to the DAT3 sd pad | |
gpio_t | clk |
pin connected to the CLK sd pad | |
gpio_t | mosi |
pin connected to the CMD sd pad | |
gpio_t | miso |
pin connected to the DAT0 sd pad | |
gpio_t | power |
pin that controls sd power circuit | |
bool | power_act_high |
true if card power is enabled by 'power'-pin HIGH | |
gpio_t sdcard_spi_params_t::clk |
pin connected to the CLK sd pad
Definition at line 178 of file sdcard_spi.h.
gpio_t sdcard_spi_params_t::cs |
pin connected to the DAT3 sd pad
Definition at line 177 of file sdcard_spi.h.
gpio_t sdcard_spi_params_t::miso |
pin connected to the DAT0 sd pad
Definition at line 180 of file sdcard_spi.h.
gpio_t sdcard_spi_params_t::mosi |
pin connected to the CMD sd pad
Definition at line 179 of file sdcard_spi.h.
gpio_t sdcard_spi_params_t::power |
pin that controls sd power circuit
Definition at line 181 of file sdcard_spi.h.
bool sdcard_spi_params_t::power_act_high |
true if card power is enabled by 'power'-pin HIGH
Definition at line 182 of file sdcard_spi.h.
spi_t sdcard_spi_params_t::spi_dev |
SPI bus used.
Definition at line 176 of file sdcard_spi.h.