Struct DSY_SD_CardInfoTypeDef¶
ClassList > DSY_SD_CardInfoTypeDef
#include <bsp_sd_diskio.h>
Public Attributes¶
Type | Name |
---|---|
uint32_t | BlockNbr |
uint32_t | BlockSize |
uint32_t | CardSpeed |
uint32_t | CardType |
uint32_t | CardVersion |
uint32_t | Class |
uint32_t | LogBlockNbr |
uint32_t | LogBlockSize |
uint32_t | RelCardAdd |
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.
Public Attributes Documentation¶
variable BlockNbr¶
Specifies the Card Capacity in blocks
variable BlockSize¶
Specifies one block size in bytes
variable CardSpeed¶
Specifies the card Speed
variable CardType¶
Specifies the card Type
variable CardVersion¶
Specifies the card version
variable Class¶
Specifies the class of the card class
variable LogBlockNbr¶
Specifies the Card logical Capacity in blocks
variable LogBlockSize¶
Specifies logical block size in bytes
variable RelCardAdd¶
Specifies the Relative Card Address
The documentation for this class was generated from the following file external-docs/libDaisy/src/util/bsp_sd_diskio.h