HAL
SDIO_SendCommand() is only used within HAL.
 
Symbols
loading...
Files
loading...

SDIO_SendCommand() function

Configure the SDMMC command path according to the specified parameters in SDIO_CmdInitTypeDef structure and send the command

Arguments

SDIOx

Pointer to SDMMC register base

Command

pointer to a SDIO_CmdInitTypeDef structure that contains the configuration information for the SDMMC command

Return value

HAL status

References

LocationReferrerText
stm32f4xx_ll_sdmmc.c:347
stm32f4xx_ll_sdmmc.h:1064
stm32f4xx_ll_sdmmc.c:520SDMMC_CmdBlockLength()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:544SDMMC_CmdReadSingleBlock()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:568SDMMC_CmdReadMultiBlock()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:592SDMMC_CmdWriteSingleBlock()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:616SDMMC_CmdWriteMultiBlock()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:640SDMMC_CmdSDEraseStartAdd()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:664SDMMC_CmdSDEraseEndAdd()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:688SDMMC_CmdEraseStartAdd()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:712SDMMC_CmdEraseEndAdd()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:736SDMMC_CmdErase()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:760SDMMC_CmdStopTransfer()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:785SDMMC_CmdSelDesel()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:808SDMMC_CmdGoIdleState()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:836SDMMC_CmdOperCond()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:862SDMMC_CmdAppCommand()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:890SDMMC_CmdAppOperCommand()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:914SDMMC_CmdBusWidth()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:938SDMMC_CmdSendSCR()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:962SDMMC_CmdSendCID()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:987SDMMC_CmdSendCSD()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:1012SDMMC_CmdSetRelAdd()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:1037SDMMC_CmdSetRelAddMmc()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:1061SDMMC_CmdSendStatus()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:1084SDMMC_CmdStatusRegister()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:1109SDMMC_CmdOpCondition()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:1135SDMMC_CmdSwitch()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);
stm32f4xx_ll_sdmmc.c:1160SDMMC_CmdSendEXTCSD()
(void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit);