Loading...
Searching...
No Matches
sdcard_spi_params_t Struct Reference

sdcard_spi device params More...

Detailed Description

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
 

Field Documentation

◆ clk

gpio_t sdcard_spi_params_t::clk

pin connected to the CLK sd pad

Definition at line 178 of file sdcard_spi.h.

◆ cs

gpio_t sdcard_spi_params_t::cs

pin connected to the DAT3 sd pad

Definition at line 177 of file sdcard_spi.h.

◆ miso

gpio_t sdcard_spi_params_t::miso

pin connected to the DAT0 sd pad

Definition at line 180 of file sdcard_spi.h.

◆ mosi

gpio_t sdcard_spi_params_t::mosi

pin connected to the CMD sd pad

Definition at line 179 of file sdcard_spi.h.

◆ power

gpio_t sdcard_spi_params_t::power

pin that controls sd power circuit

Definition at line 181 of file sdcard_spi.h.

◆ power_act_high

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_dev

spi_t sdcard_spi_params_t::spi_dev

SPI bus used.

Definition at line 176 of file sdcard_spi.h.


The documentation for this struct was generated from the following file: