Home
last modified time | relevance | path

Searched refs:SDIO_RESPONSE_SHORT (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c489 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_ReadBlocks()
675 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_WriteBlocks()
922 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_ReadBlocks_DMA()
1039 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_WriteBlocks_DMA()
1269 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_Erase()
1807 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_StopTransfer()
1856 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_HighSpeed()
2007 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_SendSDStatus()
2390 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in SD_Initialize_Cards()
2446 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in SD_Select_Deselect()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_sdmmc.h231 #define SDIO_RESPONSE_SHORT SDIO_CMD_WAITRESP_0 macro
235 ((RESPONSE) == SDIO_RESPONSE_SHORT) || \