L4 HAL Drivers

Embed: (wiki syntax)

« Back to documentation index

stm32l4xx_ll_sdmmc.h File Reference

stm32l4xx_ll_sdmmc.h File Reference

Header file of low layer SDMMC HAL module. More...

Go to the source code of this file.

Data Structures

struct  SDMMC_InitTypeDef
 SDMMC Configuration Structure definition. More...
struct  SDMMC_CmdInitTypeDef
 SDMMC Command Control structure. More...
struct  SDMMC_DataInitTypeDef
 SDMMC Data Control structure. 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.
uint32_t SDMMC_ReadFIFO (SDMMC_TypeDef *SDMMCx)
 Read data (word) from Rx FIFO in blocking mode (polling)
HAL_StatusTypeDef SDMMC_WriteFIFO (SDMMC_TypeDef *SDMMCx, uint32_t *pWriteData)
 Write data (word) to Tx FIFO in blocking mode (polling)
HAL_StatusTypeDef SDMMC_PowerState_ON (SDMMC_TypeDef *SDMMCx)
 Set SDMMC Power state to ON.
HAL_StatusTypeDef SDMMC_PowerState_OFF (SDMMC_TypeDef *SDMMCx)
 Set SDMMC Power state to OFF.
uint32_t SDMMC_GetPowerState (SDMMC_TypeDef *SDMMCx)
 Get SDMMC Power state.
HAL_StatusTypeDef SDMMC_SendCommand (SDMMC_TypeDef *SDMMCx, SDMMC_CmdInitTypeDef *Command)
 Configure the SDMMC command path according to the specified parameters in SDMMC_CmdInitTypeDef structure and send the command.
uint8_t SDMMC_GetCommandResponse (SDMMC_TypeDef *SDMMCx)
 Return the command index of last command for which response received.
uint32_t SDMMC_GetResponse (SDMMC_TypeDef *SDMMCx, uint32_t Response)
 Return the response received from the card for the last command.
HAL_StatusTypeDef SDMMC_DataConfig (SDMMC_TypeDef *SDMMCx, SDMMC_DataInitTypeDef *Data)
 Configure the SDMMC data path according to the specified parameters in the SDMMC_DataInitTypeDef.
uint32_t SDMMC_GetDataCounter (SDMMC_TypeDef *SDMMCx)
 Returns number of remaining data bytes to be transferred.
uint32_t SDMMC_GetFIFOCount (SDMMC_TypeDef *SDMMCx)
 Get the FIFO data.
HAL_StatusTypeDef SDMMC_SetSDMMCReadWaitMode (SDMMC_TypeDef *SDMMCx, uint32_t SDMMC_ReadWaitMode)
 Sets one of the two options of inserting read wait interval.

Detailed Description

Header file of low layer SDMMC HAL module.

Author:
MCD Application Team
Version:
V1.1.0
Date:
16-September-2015
Attention:

© COPYRIGHT(c) 2015 STMicroelectronics

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of STMicroelectronics nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition in file stm32l4xx_ll_sdmmc.h.