Home
last modified time | relevance | path

Searched refs:SDIO_SendCommand (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_sdmmc.c347 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command) in SDIO_SendCommand() function
520 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
544 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdReadSingleBlock()
568 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdReadMultiBlock()
592 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdWriteSingleBlock()
616 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdWriteMultiBlock()
640 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdSDEraseStartAdd()
664 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdSDEraseEndAdd()
688 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdEraseStartAdd()
712 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdEraseEndAdd()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_sdmmc.c347 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command) in SDIO_SendCommand() function
520 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
544 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdReadSingleBlock()
568 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdReadMultiBlock()
592 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdWriteSingleBlock()
616 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdWriteMultiBlock()
640 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdSDEraseStartAdd()
664 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdSDEraseEndAdd()
688 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdEraseStartAdd()
712 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdEraseEndAdd()
[all …]
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_sdmmc.c347 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command) in SDIO_SendCommand() function
520 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
544 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdReadSingleBlock()
568 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdReadMultiBlock()
592 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdWriteSingleBlock()
616 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdWriteMultiBlock()
640 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdSDEraseStartAdd()
664 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdSDEraseEndAdd()
688 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdEraseStartAdd()
712 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdEraseEndAdd()
[all …]
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_sdmmc.c347 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command) in SDIO_SendCommand() function
520 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
544 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdReadSingleBlock()
568 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdReadMultiBlock()
592 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdWriteSingleBlock()
616 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdWriteMultiBlock()
640 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdSDEraseStartAdd()
664 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdSDEraseEndAdd()
688 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdEraseStartAdd()
712 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdEraseEndAdd()
[all …]
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_sdmmc.h1054 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command);
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_sdmmc.h1054 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command);
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_sdmmc.h1064 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command);
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_sdmmc.h1050 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command);