STM32F413H-Discovery + 0/2 examples
CodeScope will show references to BSP_SD_MspInit() from the following samples and libraries:
Examples
STM32F413H-Discovery
Demonstrations
Applications
USB_Device
 
Symbols
loading...
Files
loading...

BSP_SD_MspInit() function

Initializes the SD MSP.

Syntax

void BSP_SD_MspInit(SD_HandleTypeDef *hsd,     void *Params);
Implemented in stm32f413h_discovery_sd.c:307

Arguments

hsd

SD handle

Params

pointer on additional configuration parameters, can be NULL.

Examples

BSP_SD_MspInit() is referenced by 2 libraries and example projects.

References