HAL
SDIO_CmdInitTypeDef::Argument is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSDIO_CmdInitTypeDef::Argument

SDIO_CmdInitTypeDef::Argument field

Specifies the SDMMC 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.

Syntax

uint32_t Argument;

References

LocationReferrerText
stm32f4xx_ll_sdmmc.h:78
uint32_t Argument; /*!< Specifies the SDMMC command argument which is sent
stm32f4xx_ll_sdmmc.c:358SDIO_SendCommand()
SDIOx->ARG = Command->Argument;
stm32f4xx_ll_sdmmc.c:515SDMMC_CmdBlockLength()
sdmmc_cmdinit.Argument = (uint32_t)BlockSize;
stm32f4xx_ll_sdmmc.c:539SDMMC_CmdReadSingleBlock()
sdmmc_cmdinit.Argument = (uint32_t)ReadAdd;
stm32f4xx_ll_sdmmc.c:563SDMMC_CmdReadMultiBlock()
sdmmc_cmdinit.Argument = (uint32_t)ReadAdd;
stm32f4xx_ll_sdmmc.c:587SDMMC_CmdWriteSingleBlock()
sdmmc_cmdinit.Argument = (uint32_t)WriteAdd;
stm32f4xx_ll_sdmmc.c:611SDMMC_CmdWriteMultiBlock()
sdmmc_cmdinit.Argument = (uint32_t)WriteAdd;
stm32f4xx_ll_sdmmc.c:635SDMMC_CmdSDEraseStartAdd()
sdmmc_cmdinit.Argument = (uint32_t)StartAdd;
stm32f4xx_ll_sdmmc.c:659SDMMC_CmdSDEraseEndAdd()
sdmmc_cmdinit.Argument = (uint32_t)EndAdd;
stm32f4xx_ll_sdmmc.c:683SDMMC_CmdEraseStartAdd()
sdmmc_cmdinit.Argument = (uint32_t)StartAdd;
stm32f4xx_ll_sdmmc.c:707SDMMC_CmdEraseEndAdd()
sdmmc_cmdinit.Argument = (uint32_t)EndAdd;
stm32f4xx_ll_sdmmc.c:731SDMMC_CmdErase()
sdmmc_cmdinit.Argument = 0U;
stm32f4xx_ll_sdmmc.c:755SDMMC_CmdStopTransfer()
sdmmc_cmdinit.Argument = 0U;
stm32f4xx_ll_sdmmc.c:780SDMMC_CmdSelDesel()
sdmmc_cmdinit.Argument = (uint32_t)Addr;
stm32f4xx_ll_sdmmc.c:803SDMMC_CmdGoIdleState()
sdmmc_cmdinit.Argument = 0U;
stm32f4xx_ll_sdmmc.c:831SDMMC_CmdOperCond()
sdmmc_cmdinit.Argument = SDMMC_CHECK_PATTERN;
stm32f4xx_ll_sdmmc.c:857SDMMC_CmdAppCommand()
sdmmc_cmdinit.Argument = (uint32_t)Argument;
stm32f4xx_ll_sdmmc.c:885SDMMC_CmdAppOperCommand()
sdmmc_cmdinit.Argument = SDMMC_VOLTAGE_WINDOW_SD | Argument;
stm32f4xx_ll_sdmmc.c:909SDMMC_CmdBusWidth()
sdmmc_cmdinit.Argument = (uint32_t)BusWidth;
stm32f4xx_ll_sdmmc.c:933SDMMC_CmdSendSCR()
sdmmc_cmdinit.Argument = 0U;
stm32f4xx_ll_sdmmc.c:957SDMMC_CmdSendCID()
sdmmc_cmdinit.Argument = 0U;
stm32f4xx_ll_sdmmc.c:982SDMMC_CmdSendCSD()
sdmmc_cmdinit.Argument = Argument;
stm32f4xx_ll_sdmmc.c:1007SDMMC_CmdSetRelAdd()
sdmmc_cmdinit.Argument = 0U;
stm32f4xx_ll_sdmmc.c:1032SDMMC_CmdSetRelAddMmc()
sdmmc_cmdinit.Argument = ((uint32_t)RCA << 16U);
stm32f4xx_ll_sdmmc.c:1056SDMMC_CmdSendStatus()
sdmmc_cmdinit.Argument = Argument;
stm32f4xx_ll_sdmmc.c:1079SDMMC_CmdStatusRegister()
sdmmc_cmdinit.Argument = 0U;
stm32f4xx_ll_sdmmc.c:1104SDMMC_CmdOpCondition()
sdmmc_cmdinit.Argument = Argument;
stm32f4xx_ll_sdmmc.c:1130SDMMC_CmdSwitch()
sdmmc_cmdinit.Argument = Argument; /* SDMMC_SDR25_SWITCH_PATTERN */
stm32f4xx_ll_sdmmc.c:1155SDMMC_CmdSendEXTCSD()
sdmmc_cmdinit.Argument = Argument;