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_InitTypeDef Struct Reference

SDMMC_InitTypeDef Struct Reference
[SDMMC_LL Exported Types]

SDMMC Configuration Structure definition. More...

#include <stm32l4xx_ll_sdmmc.h>

Data Fields

uint32_t ClockEdge
uint32_t ClockBypass
uint32_t ClockPowerSave
uint32_t BusWide
uint32_t HardwareFlowControl
uint32_t ClockDiv

Detailed Description

SDMMC Configuration Structure definition.

Definition at line 65 of file stm32l4xx_ll_sdmmc.h.


Field Documentation

uint32_t BusWide

Specifies the SDMMC bus width. This parameter can be a value of Bus Width

Definition at line 78 of file stm32l4xx_ll_sdmmc.h.

uint32_t ClockBypass

Specifies whether the SDMMC Clock divider bypass is enabled or disabled. This parameter can be a value of Clock Bypass

Definition at line 70 of file stm32l4xx_ll_sdmmc.h.

uint32_t ClockDiv

Specifies the clock frequency of the SDMMC controller. This parameter can be a value between Min_Data = 0 and Max_Data = 255

Definition at line 84 of file stm32l4xx_ll_sdmmc.h.

uint32_t ClockEdge

Specifies the clock transition on which the bit capture is made. This parameter can be a value of Clock Edge

Definition at line 67 of file stm32l4xx_ll_sdmmc.h.

uint32_t ClockPowerSave

Specifies whether SDMMC Clock output is enabled or disabled when the bus is idle. This parameter can be a value of Clock Power Saving

Definition at line 74 of file stm32l4xx_ll_sdmmc.h.

Specifies whether the SDMMC hardware flow control is enabled or disabled. This parameter can be a value of Hardware Flow Control

Definition at line 81 of file stm32l4xx_ll_sdmmc.h.