libDaisy
Hardware Library for Daisy
Loading...
Searching...
No Matches
DSY_SD_CardInfoTypeDef Struct Reference

Detailed Description

Functions for handling DiskIO via SDMMC These are usually configured through the FatFS driver/interface, and won't need to be accessed directly often.

#include <bsp_sd_diskio.h>

Public Attributes

uint32_t CardType
 
uint32_t CardVersion
 
uint32_t Class
 
uint32_t RelCardAdd
 
uint32_t BlockNbr
 
uint32_t BlockSize
 
uint32_t LogBlockNbr
 
uint32_t LogBlockSize
 
uint32_t CardSpeed
 

Member Data Documentation

◆ BlockNbr

uint32_t DSY_SD_CardInfoTypeDef::BlockNbr

Specifies the Card Capacity in blocks

◆ BlockSize

uint32_t DSY_SD_CardInfoTypeDef::BlockSize

Specifies one block size in bytes

◆ CardSpeed

uint32_t DSY_SD_CardInfoTypeDef::CardSpeed

Specifies the card Speed

◆ CardType

uint32_t DSY_SD_CardInfoTypeDef::CardType

Specifies the card Type

◆ CardVersion

uint32_t DSY_SD_CardInfoTypeDef::CardVersion

Specifies the card version

◆ Class

uint32_t DSY_SD_CardInfoTypeDef::Class

Specifies the class of the card class

◆ LogBlockNbr

uint32_t DSY_SD_CardInfoTypeDef::LogBlockNbr

Specifies the Card logical Capacity in blocks

◆ LogBlockSize

uint32_t DSY_SD_CardInfoTypeDef::LogBlockSize

Specifies logical block size in bytes

◆ RelCardAdd

uint32_t DSY_SD_CardInfoTypeDef::RelCardAdd

Specifies the Relative Card Address


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