Searched refs:SDIO_SendCommand (Results 1 – 2 of 2) sorted by relevance
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_ll_sdmmc.c | 356 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command) in SDIO_SendCommand() function 529 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength() 553 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdReadSingleBlock() 577 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdReadMultiBlock() 601 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdWriteSingleBlock() 625 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdWriteMultiBlock() 649 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdSDEraseStartAdd() 673 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdSDEraseEndAdd() 697 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdEraseStartAdd() 721 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdEraseEndAdd() [all …]
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_sdmmc.h | 1059 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *Command);
|