uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SDIO_InitTypeDef Struct Reference

#include <stm32f10x_sdio.h>

Public Attributes

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

Member Data Documentation

uint32_t SDIO_InitTypeDef::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_InitTypeDef::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_InitTypeDef::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_InitTypeDef::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.

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

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


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