STM32F10x Standard Peripherals Library  3.5.0
SDIO_CmdInitTypeDef Struct Reference

#include <stm32f10x_sdio.h>

Data Fields

uint32_t SDIO_Argument
uint32_t SDIO_CmdIndex
uint32_t SDIO_Response
uint32_t SDIO_Wait
uint32_t SDIO_CPSM

Field Documentation

uint32_t SDIO_Argument

Specifies the SDIO command argument which is sent to a card as part of a command message. If a command contains an argument, it must be loaded into this register before writing the command to the command register

Definition at line 72 of file stm32f10x_sdio.h.

uint32_t SDIO_CmdIndex

Specifies the SDIO command index. It must be lower than 0x40.

Definition at line 77 of file stm32f10x_sdio.h.

uint32_t SDIO_CPSM

Specifies whether SDIO Command path state machine (CPSM) is enabled or disabled. This parameter can be a value of SDIO_CPSM_State

Definition at line 85 of file stm32f10x_sdio.h.

uint32_t SDIO_Response

Specifies the SDIO response type. This parameter can be a value of SDIO_Response_Type

Definition at line 79 of file stm32f10x_sdio.h.

uint32_t SDIO_Wait

Specifies whether SDIO wait-for-interrupt request is enabled or disabled. This parameter can be a value of SDIO_Wait_Interrupt_State

Definition at line 82 of file stm32f10x_sdio.h.


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