no-OS
Public Attributes | List of all members
sd_desc Struct Reference

Structure that stores data about the SD card configurations. More...

#include <sd.h>

Collaboration diagram for sd_desc:
Collaboration graph
[legend]

Public Attributes

struct no_os_spi_descspi_desc
 
uint64_t memory_size
 
uint8_t high_capacity
 
uint8_t buff [18]
 

Detailed Description

Structure that stores data about the SD card configurations.

Member Data Documentation

◆ buff

uint8_t sd_desc::buff[18]

Buffer used for the driver implementation

◆ high_capacity

uint8_t sd_desc::high_capacity

1 if SD card is HC or XC, 0 otherwise

◆ memory_size

uint64_t sd_desc::memory_size

Memory size of the SD card in bytes

◆ spi_desc

struct no_os_spi_desc* sd_desc::spi_desc

Descriptor of an initialized SPI channel


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