Searched refs:SDIO_SendCommand (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_sdmmc.c | 347 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/ |
D | stm32f4xx_ll_sdmmc.c | 347 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/ |
D | stm32f2xx_ll_sdmmc.c | 347 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/ |
D | stm32l1xx_ll_sdmmc.c | 347 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/ |
D | stm32f2xx_ll_sdmmc.h | 1054 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command);
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_sdmmc.h | 1054 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command);
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_sdmmc.h | 1064 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command);
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_sdmmc.h | 1050 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command);
|