Hal Drivers for L4

Dependents:   BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo

Fork of STM32L4xx_HAL_Driver by Senior Design: Sound Monitor

Embed: (wiki syntax)

« Back to documentation index

Initialization de-initialization functions

Initialization de-initialization functions
[SDMMC Low Layer Exported Functions]

Initialization and Configuration functions. More...

Functions

HAL_StatusTypeDef SDMMC_Init (SDMMC_TypeDef *SDMMCx, SDMMC_InitTypeDef Init)
 Initializes the SDMMC according to the specified parameters in the SDMMC_InitTypeDef and initialize the associated handle.

Detailed Description

Initialization and Configuration functions.

 ===============================================================================
              ##### Initialization/de-initialization functions #####
 ===============================================================================
    [..]  This section provides functions allowing to:
 

Function Documentation

HAL_StatusTypeDef SDMMC_Init ( SDMMC_TypeDef *  SDMMCx,
SDMMC_InitTypeDef  Init 
)

Initializes the SDMMC according to the specified parameters in the SDMMC_InitTypeDef and initialize the associated handle.

Parameters:
SDMMCx,:Pointer to SDMMC register base
Init,:SDMMC initialization structure
Return values:
HALstatus

Definition at line 212 of file stm32l4xx_ll_sdmmc.c.