STM32F4xx_HAL_Driver  1.8.3
Initialization and de-initialization functions

Initialization and de-initialization functions. More...

+ Collaboration diagram for Initialization and de-initialization functions:

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. More...
 
HAL_StatusTypeDef HAL_MMC_InitCard (MMC_HandleTypeDef *hmmc)
 Initializes the MMC Card. More...
 
HAL_StatusTypeDef HAL_MMC_DeInit (MMC_HandleTypeDef *hmmc)
 De-Initializes the MMC card. More...
 
void HAL_MMC_MspInit (MMC_HandleTypeDef *hmmc)
 Initializes the MMC MSP. More...
 
void HAL_MMC_MspDeInit (MMC_HandleTypeDef *hmmc)
 De-Initialize MMC MSP. More...
 

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_MMC_DeInit()

HAL_StatusTypeDef HAL_MMC_DeInit ( MMC_HandleTypeDef hmmc)

De-Initializes the MMC card.

Parameters
hmmcPointer to MMC handle
Return values
HALstatus

Definition at line 503 of file stm32f4xx_hal_mmc.c.

◆ HAL_MMC_Init()

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.

Parameters
hmmcPointer to the MMC handle
Return values
HALstatus

Definition at line 352 of file stm32f4xx_hal_mmc.c.

◆ HAL_MMC_InitCard()

HAL_StatusTypeDef HAL_MMC_InitCard ( MMC_HandleTypeDef hmmc)

Initializes the MMC Card.

Parameters
hmmcPointer 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 429 of file stm32f4xx_hal_mmc.c.

◆ HAL_MMC_MspDeInit()

__weak void HAL_MMC_MspDeInit ( MMC_HandleTypeDef hmmc)

De-Initialize MMC MSP.

Parameters
hmmcPointer to MMC handle
Return values
None

Definition at line 559 of file stm32f4xx_hal_mmc.c.

◆ HAL_MMC_MspInit()

__weak void HAL_MMC_MspInit ( MMC_HandleTypeDef hmmc)

Initializes the MMC MSP.

Parameters
hmmcPointer to MMC handle
Return values
None

Definition at line 544 of file stm32f4xx_hal_mmc.c.