STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
MMC Card Information Structure definition. More...
#include <stm32f4xx_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 |
MMC Card Information Structure definition.
Definition at line 90 of file stm32f4xx_hal_mmc.h.
uint32_t HAL_MMC_CardInfoTypeDef::CardType |
Specifies the card Type
Definition at line 92 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_Erase(), HAL_MMC_GetCardCSD(), HAL_MMC_GetCardInfo(), HAL_MMC_ReadBlocks(), HAL_MMC_ReadBlocks_DMA(), HAL_MMC_ReadBlocks_IT(), HAL_MMC_WriteBlocks(), HAL_MMC_WriteBlocks_DMA(), HAL_MMC_WriteBlocks_IT(), and MMC_PowerON().
uint32_t HAL_MMC_CardInfoTypeDef::Class |
Specifies the class of the card class
Definition at line 94 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_Erase(), HAL_MMC_GetCardInfo(), and MMC_InitCard().
uint32_t HAL_MMC_CardInfoTypeDef::RelCardAdd |
Specifies the Relative Card Address
Definition at line 96 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_ConfigWideBusOperation(), HAL_MMC_GetCardInfo(), MMC_InitCard(), MMC_PwrClassUpdate(), MMC_ReadExtCSD(), and MMC_SendStatus().
uint32_t HAL_MMC_CardInfoTypeDef::BlockNbr |
Specifies the Card Capacity in blocks
Definition at line 98 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_GetCardCSD(), and HAL_MMC_GetCardInfo().
uint32_t HAL_MMC_CardInfoTypeDef::BlockSize |
Specifies one block size in bytes
Definition at line 100 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_GetCardCSD(), and HAL_MMC_GetCardInfo().
uint32_t HAL_MMC_CardInfoTypeDef::LogBlockNbr |
Specifies the Card logical Capacity in blocks
Definition at line 102 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_Erase(), HAL_MMC_GetCardCSD(), HAL_MMC_GetCardInfo(), HAL_MMC_ReadBlocks(), HAL_MMC_ReadBlocks_DMA(), HAL_MMC_ReadBlocks_IT(), HAL_MMC_WriteBlocks(), HAL_MMC_WriteBlocks_DMA(), and HAL_MMC_WriteBlocks_IT().
uint32_t HAL_MMC_CardInfoTypeDef::LogBlockSize |
Specifies logical block size in bytes
Definition at line 104 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_GetCardCSD(), and HAL_MMC_GetCardInfo().