RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields

SD Card Information Structure definition. More...

#include <stm32h7xx_hal_sd.h>

Data Fields

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

SD Card Information Structure definition.

Field Documentation

◆ BlockNbr

uint32_t HAL_SD_CardInfoTypeDef::BlockNbr

Specifies the Card Capacity in blocks

◆ BlockSize

uint32_t HAL_SD_CardInfoTypeDef::BlockSize

Specifies one block size in bytes

◆ CardSpeed

uint32_t HAL_SD_CardInfoTypeDef::CardSpeed

Specifies the card Speed

◆ CardType

uint32_t HAL_SD_CardInfoTypeDef::CardType

Specifies the card Type

◆ CardVersion

uint32_t HAL_SD_CardInfoTypeDef::CardVersion

Specifies the card version

◆ Class

uint32_t HAL_SD_CardInfoTypeDef::Class

Specifies the class of the card class

◆ LogBlockNbr

uint32_t HAL_SD_CardInfoTypeDef::LogBlockNbr

Specifies the Card logical Capacity in blocks

◆ LogBlockSize

uint32_t HAL_SD_CardInfoTypeDef::LogBlockSize

Specifies logical block size in bytes

◆ RelCardAdd

uint32_t HAL_SD_CardInfoTypeDef::RelCardAdd

Specifies the Relative Card Address


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