SDSPI driver class.
More...
#include </home/travis/build/forGGe/theCore/dev/sdspi/export/dev/sdspi.hpp>
template<class spi_dev, class gpio_cs>
class ecl::sdspi< spi_dev, gpio_cs >
SDSPI driver class.
- Template Parameters
-
spi_dev | SPI bus driver |
gpio_cs | Chip-select GPIO |
- Todo:
- mention about 8 additional clocks before each command!!!
Driver follows SDSPI specification that can be obtained here: https://www.sdcard.org/downloads/pls/
◆ seekdir
template<class spi_dev, class gpio_cs>
Seek flags.
Enumerator |
---|
beg | |
cur | Seek relative to the beginning.
|
end | Seek relative to the current position.
|
The documentation for this class was generated from the following file: