DSY_SD_CardInfoTypeDef¶
#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¶
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¶
Specifies the card Type
variable CardVersion¶
Specifies the card version
variable Class¶
Specifies the class of the card class
variable RelCardAdd¶
Specifies the Relative Card Address
variable BlockNbr¶
Specifies the Card Capacity in blocks
variable BlockSize¶
Specifies one block size in bytes
variable LogBlockNbr¶
Specifies the Card logical Capacity in blocks
variable LogBlockSize¶
Specifies logical block size in bytes
variable CardSpeed¶
Specifies the card Speed
Updated on 2024-01-03 at 19:41:01 +0000