STM32F10x Standard Peripherals Library  3.5.0
SDIO_DataInitTypeDef Struct Reference

#include <stm32f10x_sdio.h>

Data Fields

uint32_t SDIO_DataTimeOut
uint32_t SDIO_DataLength
uint32_t SDIO_DataBlockSize
uint32_t SDIO_TransferDir
uint32_t SDIO_TransferMode
uint32_t SDIO_DPSM

Field Documentation

Specifies the data block size for block transfer. This parameter can be a value of SDIO_Data_Block_Size

Definition at line 96 of file stm32f10x_sdio.h.

uint32_t SDIO_DataLength

Specifies the number of data bytes to be transferred.

Definition at line 94 of file stm32f10x_sdio.h.

uint32_t SDIO_DataTimeOut

Specifies the data timeout period in card bus clock periods.

Definition at line 92 of file stm32f10x_sdio.h.

uint32_t SDIO_DPSM

Specifies whether SDIO Data path state machine (DPSM) is enabled or disabled. This parameter can be a value of SDIO_DPSM_State

Definition at line 106 of file stm32f10x_sdio.h.

uint32_t SDIO_TransferDir

Specifies the data transfer direction, whether the transfer is a read or write. This parameter can be a value of SDIO_Transfer_Direction

Definition at line 99 of file stm32f10x_sdio.h.

Specifies whether data transfer is in stream or block mode. This parameter can be a value of SDIO_Transfer_Type

Definition at line 103 of file stm32f10x_sdio.h.


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