STM32F10x Standard Peripherals Library  3.5.0
SDIO_InitTypeDef Struct Reference

#include <stm32f10x_sdio.h>

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

Field Documentation

uint32_t SDIO_BusWide

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

Definition at line 59 of file stm32f10x_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 51 of file stm32f10x_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 65 of file stm32f10x_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 48 of file stm32f10x_sdio.h.

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 55 of file stm32f10x_sdio.h.

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 62 of file stm32f10x_sdio.h.


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