|
STM32L443xx HAL User Manual
|
#include <stm32l4xx_hal_sd.h>
Data Fields | |
| __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 |
Definition at line 253 of file stm32l4xx_hal_sd.h.
| __IO uint8_t HAL_SD_CardStatusTypeDef::AllocationUnitSize |
Carries information about the card's allocation unit size
Definition at line 261 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_GetCardStatus().
| __IO uint16_t HAL_SD_CardStatusTypeDef::CardType |
Carries information about card type
Definition at line 257 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_GetCardStatus().
| __IO uint8_t HAL_SD_CardStatusTypeDef::DataBusWidth |
Shows the currently defined data bus width
Definition at line 255 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_GetCardStatus().
| __IO uint8_t HAL_SD_CardStatusTypeDef::EraseOffset |
Carries information about the erase offset
Definition at line 264 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_GetCardStatus().
| __IO uint16_t HAL_SD_CardStatusTypeDef::EraseSize |
Determines the number of AUs to be erased in one operation
Definition at line 262 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_GetCardStatus().
| __IO uint8_t HAL_SD_CardStatusTypeDef::EraseTimeout |
Determines the timeout for any number of AU erase
Definition at line 263 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_GetCardStatus().
| __IO uint8_t HAL_SD_CardStatusTypeDef::PerformanceMove |
Carries information about the card's performance move
Definition at line 260 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_GetCardStatus().
| __IO uint32_t HAL_SD_CardStatusTypeDef::ProtectedAreaSize |
Carries information about the capacity of protected area
Definition at line 258 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_GetCardStatus().
| __IO uint8_t HAL_SD_CardStatusTypeDef::SecuredMode |
Card is in secured mode of operation
Definition at line 256 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_GetCardStatus().
| __IO uint8_t HAL_SD_CardStatusTypeDef::SpeedClass |
Carries information about the speed class of the card
Definition at line 259 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_GetCardStatus().
1.7.6.1