HAL
HAL_SD_CardStatusTypeDef::ProtectedAreaSize is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_SD_CardStatusTypeDef::ProtectedAreaSize

HAL_SD_CardStatusTypeDef::ProtectedAreaSize field

Carries information about the capacity of protected area

Syntax

__IO uint32_t ProtectedAreaSize;

References

LocationReferrerText
stm32f4xx_hal_sd.h:241
__IO uint32_t ProtectedAreaSize; /*!< Carries information about the capacity of protected area */
stm32f4xx_hal_sd.c:2183HAL_SD_GetCardStatus()
pStatus->ProtectedAreaSize = (((sd_status[1] & 0xFFU) << 24U) | ((sd_status[1] & 0xFF00U) << 8U) |

Data Use

Functions writing HAL_SD_CardStatusTypeDef::ProtectedAreaSize
all items filtered out
HAL_SD_CardStatusTypeDef::ProtectedAreaSize
Type of HAL_SD_CardStatusTypeDef::ProtectedAreaSize
HAL_SD_CardStatusTypeDef::ProtectedAreaSize
uint32_t
all items filtered out