STM32H735xx HAL User Manual
Data Fields
HAL_MMC_CardInfoTypeDef Struct Reference

MMC Card Information Structure definition. More...

#include <stm32h7xx_hal_mmc.h>

Data Fields

uint32_t CardType
uint32_t Class
uint32_t RelCardAdd
uint32_t BlockNbr
uint32_t BlockSize
uint32_t LogBlockNbr
uint32_t LogBlockSize

Detailed Description

MMC Card Information Structure definition.

Definition at line 91 of file stm32h7xx_hal_mmc.h.


Field Documentation

Specifies the Card Capacity in blocks

Definition at line 99 of file stm32h7xx_hal_mmc.h.

Referenced by HAL_MMC_GetCardCSD(), and HAL_MMC_GetCardInfo().

Specifies one block size in bytes

Definition at line 101 of file stm32h7xx_hal_mmc.h.

Referenced by HAL_MMC_GetCardCSD(), and HAL_MMC_GetCardInfo().

Specifies the class of the card class

Definition at line 95 of file stm32h7xx_hal_mmc.h.

Referenced by HAL_MMC_Erase(), HAL_MMC_EraseSequence(), HAL_MMC_GetCardInfo(), and MMC_InitCard().

Specifies logical block size in bytes

Definition at line 105 of file stm32h7xx_hal_mmc.h.

Referenced by HAL_MMC_GetCardCSD(), and HAL_MMC_GetCardInfo().


The documentation for this struct was generated from the following file: