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

SDMMC_CmdInitTypeDef Struct Reference

SDMMC_CmdInitTypeDef Struct Reference
[SDMMC_LL Exported Types]

SDMMC Command Control structure. More...

#include <stm32l4xx_ll_sdmmc.h>

Data Fields

uint32_t Argument
uint32_t CmdIndex
uint32_t Response
uint32_t WaitForInterrupt
uint32_t CPSM

Detailed Description

SDMMC Command Control structure.

Definition at line 93 of file stm32l4xx_ll_sdmmc.h.


Field Documentation

uint32_t Argument

Specifies the SDMMC command argument which is sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing the command to the command register.

Definition at line 95 of file stm32l4xx_ll_sdmmc.h.

uint32_t CmdIndex

Specifies the SDMMC command index. It must be Min_Data = 0 and Max_Data = 64

Definition at line 100 of file stm32l4xx_ll_sdmmc.h.

uint32_t CPSM

Specifies whether SDMMC Command path state machine (CPSM) is enabled or disabled. This parameter can be a value of CPSM State

Definition at line 110 of file stm32l4xx_ll_sdmmc.h.

uint32_t Response

Specifies the SDMMC response type. This parameter can be a value of Response Type

Definition at line 103 of file stm32l4xx_ll_sdmmc.h.

uint32_t WaitForInterrupt

Specifies whether SDMMC wait for interrupt request is enabled or disabled. This parameter can be a value of Wait Interrupt

Definition at line 106 of file stm32l4xx_ll_sdmmc.h.