Searched refs:SDIO_SendCommand (Results 1 – 3 of 3) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
| D | stm32l1xx_hal_sd.c | 492 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 …]
|
| D | stm32l1xx_ll_sdmmc.c | 351 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/ |
| D | stm32l1xx_ll_sdmmc.h | 874 HAL_StatusTypeDef SDIO_SendCommand(SDIO_TypeDef *SDIOx, SDIO_CmdInitTypeDef *SDIO_CmdInitStruct);
|