uc-sdk
|
#include <stm32f10x_sdio.h>
Public Attributes | |
uint32_t | SDIO_Argument |
uint32_t | SDIO_CmdIndex |
uint32_t | SDIO_Response |
uint32_t | SDIO_Wait |
uint32_t | SDIO_CPSM |
Definition at line 70 of file stm32f10x_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 72 of file stm32f10x_sdio.h.
uint32_t SDIO_CmdInitTypeDef::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_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 85 of file stm32f10x_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 79 of file stm32f10x_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
Definition at line 82 of file stm32f10x_sdio.h.