Initialization and de-initialization functions.
More...
Initialization and de-initialization functions.
==============================================================================
##### Initialization and de-initialization functions #####
==============================================================================
[..]
This section provides functions allowing to initialize/de-initialize the MMC
card device to be ready for use.
◆ HAL_MMC_DeInit()
De-Initializes the MMC card.
- Parameters
-
hmmc | Pointer to MMC handle |
- Return values
-
Definition at line 503 of file stm32f4xx_hal_mmc.c.
◆ HAL_MMC_Init()
Initializes the MMC according to the specified parameters in the MMC_HandleTypeDef and create the associated handle.
- Parameters
-
hmmc | Pointer to the MMC handle |
- Return values
-
Definition at line 352 of file stm32f4xx_hal_mmc.c.
◆ HAL_MMC_InitCard()
Initializes the MMC Card.
- Parameters
-
hmmc | Pointer to MMC handle |
- Note
- This function initializes the MMC card. It could be used when a card re-initialization is needed.
- Return values
-
Definition at line 429 of file stm32f4xx_hal_mmc.c.
◆ HAL_MMC_MspDeInit()
De-Initialize MMC MSP.
- Parameters
-
hmmc | Pointer to MMC handle |
- Return values
-
Definition at line 559 of file stm32f4xx_hal_mmc.c.
◆ HAL_MMC_MspInit()
Initializes the MMC MSP.
- Parameters
-
hmmc | Pointer to MMC handle |
- Return values
-
Definition at line 544 of file stm32f4xx_hal_mmc.c.