STM32H735xx HAL User Manual
Functions
Initialization and de-initialization functions
MMC Exported Functions

Initialization and de-initialization functions. More...

Functions

HAL_StatusTypeDef HAL_MMC_Init (MMC_HandleTypeDef *hmmc)
 Initializes the MMC according to the specified parameters in the MMC_HandleTypeDef and create the associated handle.
HAL_StatusTypeDef HAL_MMC_InitCard (MMC_HandleTypeDef *hmmc)
 Initializes the MMC Card.
HAL_StatusTypeDef HAL_MMC_DeInit (MMC_HandleTypeDef *hmmc)
 De-Initializes the MMC card.
__weak void HAL_MMC_MspInit (MMC_HandleTypeDef *hmmc)
 Initializes the MMC MSP.
__weak void HAL_MMC_MspDeInit (MMC_HandleTypeDef *hmmc)
 De-Initialize MMC MSP.

Detailed Description

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.


Function Documentation

HAL_StatusTypeDef HAL_MMC_DeInit ( MMC_HandleTypeDef hmmc)
HAL_StatusTypeDef HAL_MMC_Init ( MMC_HandleTypeDef hmmc)
HAL_StatusTypeDef HAL_MMC_InitCard ( MMC_HandleTypeDef hmmc)

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:
HALstatus

Definition at line 425 of file stm32h7xx_hal_mmc.c.

References __HAL_MMC_CLEAR_FLAG, __MMC_HandleTypeDef::ErrorCode, HAL_Delay(), HAL_MMC_ERROR_NONE, HAL_MMC_STATE_READY, HAL_RCCEx_GetPeriphCLKFreq(), __MDMA_HandleTypeDef::Init, __MMC_HandleTypeDef::Instance, MMC_BLOCKSIZE, MMC_INIT_FREQ, MMC_InitCard(), MMC_InitTypeDef, MMC_PowerON(), RCC_PERIPHCLK_SDMMC, and __MMC_HandleTypeDef::State.

Referenced by HAL_MMC_Init().

De-Initialize MMC MSP.

Parameters:
hmmc,:Pointer to MMC handle
Return values:
None

Definition at line 555 of file stm32h7xx_hal_mmc.c.

Referenced by HAL_MMC_DeInit(), and HAL_MMC_UnRegisterCallback().

Initializes the MMC MSP.

Parameters:
hmmc,:Pointer to MMC handle
Return values:
None

Definition at line 540 of file stm32h7xx_hal_mmc.c.

Referenced by HAL_MMC_Init(), and HAL_MMC_UnRegisterCallback().