Skip to content

DSY_SD_CardInfoTypeDef

Module: LIBDAISY / UTILITY

More...

#include <bsp_sd_diskio.h>

Public Attributes

Name
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

Detailed Description

struct DSY_SD_CardInfoTypeDef;

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

Public Attributes Documentation

variable CardType

uint32_t CardType;

Specifies the card Type

variable CardVersion

uint32_t CardVersion;

Specifies the card version

variable Class

uint32_t Class;

Specifies the class of the card class

variable RelCardAdd

uint32_t RelCardAdd;

Specifies the Relative Card Address

variable BlockNbr

uint32_t BlockNbr;

Specifies the Card Capacity in blocks

variable BlockSize

uint32_t BlockSize;

Specifies one block size in bytes

variable LogBlockNbr

uint32_t LogBlockNbr;

Specifies the Card logical Capacity in blocks

variable LogBlockSize

uint32_t LogBlockSize;

Specifies logical block size in bytes

variable CardSpeed

uint32_t CardSpeed;

Specifies the card Speed


Updated on 2024-01-03 at 19:41:01 +0000