#include <stm32f4xx_sdio.h>
Public Attributes | |
uint32_t | SDIO_Argument |
uint32_t | SDIO_CmdIndex |
uint32_t | SDIO_CPSM |
uint32_t | SDIO_Response |
uint32_t | SDIO_Wait |
Definition at line 74 of file stm32f4xx_sdio.h.
uint32_t SDIO_CmdInitTypeDef::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 76 of file stm32f4xx_sdio.h.
uint32_t SDIO_CmdInitTypeDef::SDIO_CmdIndex |
Specifies the SDIO command index. It must be lower than 0x40.
Definition at line 81 of file stm32f4xx_sdio.h.
uint32_t SDIO_CmdInitTypeDef::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 89 of file stm32f4xx_sdio.h.
uint32_t SDIO_CmdInitTypeDef::SDIO_Response |
Specifies the SDIO response type. This parameter can be a value of SDIO_Response_Type
Definition at line 83 of file stm32f4xx_sdio.h.
uint32_t SDIO_CmdInitTypeDef::SDIO_Wait |
Specifies whether SDIO wait for interrupt request is enabled or disabled. This parameter can be a value of SDIO_Wait_Interrupt_State
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 86 of file stm32f4xx_sdio.h.