HAL
+
0
/70 examples
SourceVu will show references to
HAL_SD_CardInfoTypeDef
from the following samples and libraries:
Drivers
Boards
STM32446E_EVAL
STM324x9I_EVAL
STM32412G-Discovery
STM32F413H-Discovery
STM324xG_EVAL
STM32469I-Discovery
STM32469I_EVAL
Examples
STM32446E_EVAL
Demonstrations
STemWin
Applications
FatFs
FatFs_MultiDrives
FatFs_uSD
FatFs_uSD_RTOS
LibJPEG
LibJPEG_Decoding
LibJPEG_Encoding
USB_Device
MSC_Standalone
STM324xG_EVAL
Demonstrations
STemWin
Applications
Display
LCD_Paint
FatFs
FatFs_MultiDrives
FatFs_uSD
FatFs_uSD_RTOS
LibJPEG
LibJPEG_Decoding
LibJPEG_Encoding
LwIP
LwIP_TFTP_Server
USB_Device
DualCore_Standalone
MSC_Standalone
USB_Host
CDC_Standalone
DynamicSwitch_Standalone
STM32F412G-Discovery
Demonstrations
STemWin
Applications
Display
LCD_PicturesFromSDCard
FatFs
FatFs_uSD
FatFs_uSD_RTOS
LibJPEG
LibJPEG_Decoding
LibJPEG_Encoding
USB_Device
MSC_Standalone
USB_Host
AUDIO_Standalone
STM32F413H-Discovery
Demonstrations
STemWin
Applications
Display
LCD_PicturesFromSDCard
FatFs
FatFs_uSD
FatFs_uSD_RTOS
LibJPEG
LibJPEG_Decoding
LibJPEG_Encoding
USB_Device
MSC_Standalone
STM32469I-Discovery
Applications
Display
LCD_AnimatedPictureFromSDCard
LCD_Paint
FatFs
FatFs_uSD
LibJPEG
LibJPEG_Decoding
LibJPEG_Encoding
USBX
Ux_Device_MSC
USB_Device
MSC_Standalone
STM32469I_EVAL
Applications
Display
LCD_AnimatedPictureFromSDCard
LCD_Paint
LCD_PicturesFromSDCard
FatFs
FatFs_uSD
FatFs_uSD_RTOS
LibJPEG
LibJPEG_Decoding
LibJPEG_Encoding
LwIP
LwIP_TFTP_Server
USB_Device
MSC_Standalone
STM324x9I_EVAL
Applications
Display
LTDC_AnimatedPictureFromSDCard
LTDC_PicturesFromSDCard
FatFs
FatFs_MultiDrives
FatFs_uSD
FatFs_uSD_RTOS
LibJPEG
LibJPEG_Decoding
LibJPEG_Encoding
LwIP
LwIP_TFTP_Server
USB_Device
MSC_Standalone
USB_Host
CDC_Standalone
DynamicSwitch_Standalone
Demonstrations
STemWin
MB1046
MB1063
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
HAL_SD_CardInfoTypeDef
HAL_SD_CardInfoTypeDef struct
SD Card Information Structure definition
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_sd.h:91
typedef
struct
{
uint32_t
CardType
;
uint32_t
CardVersion
;
uint32_t
Class
;
uint32_t
RelCardAdd
;
uint32_t
BlockNbr
;
uint32_t
BlockSize
;
uint32_t
LogBlockNbr
;
uint32_t
LogBlockSize
;
}
HAL_SD_CardInfoTypeDef
;
Fields
Field
Declared as
Description
HAL_SD_CardInfoTypeDef::CardType
uint32_t
Specifies the card Type.
HAL_SD_CardInfoTypeDef::CardVersion
uint32_t
Specifies the card version.
HAL_SD_CardInfoTypeDef::Class
uint32_t
Specifies the class of the card class.
HAL_SD_CardInfoTypeDef::RelCardAdd
uint32_t
Specifies the Relative Card Address.
HAL_SD_CardInfoTypeDef::BlockNbr
uint32_t
Specifies the Card Capacity in blocks.
HAL_SD_CardInfoTypeDef::BlockSize
uint32_t
Specifies one block size in bytes.
HAL_SD_CardInfoTypeDef::LogBlockNbr
uint32_t
Specifies the Card logical Capacity in blocks.
HAL_SD_CardInfoTypeDef::LogBlockSize
uint32_t
Specifies logical block size in bytes.
Related Functions
Found 1 other functions taking a
HAL_SD_CardInfoTypeDef
argument:
Function
Description
HAL_SD_GetCardInfo()
Gets the SD card info.
Examples
HAL_SD_CardInfoTypeDef
is referenced by 70 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out