|
STM32F4xx_HAL_Driver
1.8.3
|
Initialization and Configuration functions. More...
Collaboration diagram for Initialization de-initialization functions:Functions | |
| HAL_StatusTypeDef | SDIO_Init (SDIO_TypeDef *SDIOx, SDIO_InitTypeDef Init) |
| Initializes the SDMMC according to the specified parameters in the SDMMC_InitTypeDef and create the associated handle. More... | |
Initialization and Configuration functions.
===============================================================================
##### Initialization/de-initialization functions #####
===============================================================================
[..] This section provides functions allowing to:
| HAL_StatusTypeDef SDIO_Init | ( | SDIO_TypeDef * | SDIOx, |
| SDIO_InitTypeDef | Init | ||
| ) |
Initializes the SDMMC according to the specified parameters in the SDMMC_InitTypeDef and create the associated handle.
| SDIOx | Pointer to SDMMC register base |
| Init | SDMMC initialization structure |
| HAL | status |
Definition at line 207 of file stm32f4xx_ll_sdmmc.c.