Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c492 SDIO_SendCommand(hsd->Instance, &sdio_cmdinitstructure); in HAL_SD_ReadBlocks()
523 SDIO_SendCommand(hsd->Instance, &sdio_cmdinitstructure); in HAL_SD_ReadBlocks()
678 SDIO_SendCommand(hsd->Instance, &sdio_cmdinitstructure); in HAL_SD_WriteBlocks()
700 SDIO_SendCommand(hsd->Instance, &sdio_cmdinitstructure); in HAL_SD_WriteBlocks()
925 SDIO_SendCommand(hsd->Instance, &sdio_cmdinitstructure); in HAL_SD_ReadBlocks_DMA()
957 SDIO_SendCommand(hsd->Instance, &sdio_cmdinitstructure); in HAL_SD_ReadBlocks_DMA()
1042 SDIO_SendCommand(hsd->Instance, &sdio_cmdinitstructure); in HAL_SD_WriteBlocks_DMA()
1065 SDIO_SendCommand(hsd->Instance, &sdio_cmdinitstructure); in HAL_SD_WriteBlocks_DMA()
1272 SDIO_SendCommand(hsd->Instance, &sdio_cmdinitstructure); in HAL_SD_Erase()
1285 SDIO_SendCommand(hsd->Instance, &sdio_cmdinitstructure); in HAL_SD_Erase()
[all …]
Dstm32l1xx_ll_sdmmc.c351 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *SDIO_CmdInitStruct) in SDIO_SendCommand() function
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_sdmmc.h874 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *SDIO_CmdInitStruct);