CARME-M4 BSP  V1.5
SDIO_InitTypeDef Struct Reference

Data Fields

uint32_t SDIO_ClockEdge
 
uint32_t SDIO_ClockBypass
 
uint32_t SDIO_ClockPowerSave
 
uint32_t SDIO_BusWide
 
uint32_t SDIO_HardwareFlowControl
 
uint8_t SDIO_ClockDiv
 

Detailed Description

Definition at line 50 of file stm32f4xx_sdio.h.

Field Documentation

uint32_t SDIO_BusWide

Specifies the SDIO bus width. This parameter can be a value of SDIO_Bus_Wide

Definition at line 63 of file stm32f4xx_sdio.h.

uint32_t SDIO_ClockBypass

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

Definition at line 55 of file stm32f4xx_sdio.h.

uint8_t SDIO_ClockDiv

Specifies the clock frequency of the SDIO controller. This parameter can be a value between 0x00 and 0xFF.

Definition at line 69 of file stm32f4xx_sdio.h.

uint32_t SDIO_ClockEdge

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

Definition at line 52 of file stm32f4xx_sdio.h.

uint32_t SDIO_ClockPowerSave

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

Definition at line 59 of file stm32f4xx_sdio.h.

uint32_t SDIO_HardwareFlowControl

Specifies whether the SDIO hardware flow control is enabled or disabled. This parameter can be a value of SDIO_Hardware_Flow_Control

Definition at line 66 of file stm32f4xx_sdio.h.


The documentation for this struct was generated from the following file: