HAL
HAL_SD_CardStatusTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_SD_CardStatusTypeDef struct

Syntax

typedef struct {   __IO uint8_t  DataBusWidth;              __IO uint8_t  SecuredMode;               __IO uint16_t CardType;                  __IO uint32_t ProtectedAreaSize;         __IO uint8_t  SpeedClass;                __IO uint8_t  PerformanceMove;           __IO uint8_t  AllocationUnitSize;        __IO uint16_t EraseSize;                 __IO uint8_t  EraseTimeout;              __IO uint8_t  EraseOffset;             }HAL_SD_CardStatusTypeDef;

Fields

EraseSize

Determines the number of AUs to be erased in one operation. Read more...

EraseTimeout

Determines the timeout for any number of AU erase. Read more...

EraseOffset

Carries information about the erase offset. Read more...

DataBusWidth

Shows the currently defined data bus width. Read more...

SecuredMode

Card is in secured mode of operation. Read more...

CardType

Carries information about card type. Read more...

ProtectedAreaSize

Carries information about the capacity of protected area. Read more...

SpeedClass

Carries information about the speed class of the card. Read more...

PerformanceMove

Carries information about the card's performance move. Read more...

AllocationUnitSize

Carries information about the card's allocation unit size. Read more...