STM324xG_EVAL + 0/2 examples
CodeScope will show references to BSP_SD_MspInit() from the following samples and libraries:
Drivers
Boards
Examples
STM324xG_EVAL
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 stm324xg_eval_sd.c:301

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

LocationReferrerText
stm324xg_eval_sd.c:301
__weak void BSP_SD_MspInit(SD_HandleTypeDef *hsd, void *Params)
stm324xg_eval_sd.h:116
void BSP_SD_MspInit(SD_HandleTypeDef *hsd, void *Params);
stm324xg_eval_sd.c:115BSP_SD_Init()
BSP_SD_MspInit(&uSdHandle, NULL);