Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c490 sdio_cmdinitstructure.WaitForInterrupt = SDIO_WAIT_NO; in HAL_SD_ReadBlocks()
676 sdio_cmdinitstructure.WaitForInterrupt = SDIO_WAIT_NO; in HAL_SD_WriteBlocks()
923 sdio_cmdinitstructure.WaitForInterrupt = SDIO_WAIT_NO; in HAL_SD_ReadBlocks_DMA()
1040 sdio_cmdinitstructure.WaitForInterrupt = SDIO_WAIT_NO; in HAL_SD_WriteBlocks_DMA()
1270 sdio_cmdinitstructure.WaitForInterrupt = SDIO_WAIT_NO; in HAL_SD_Erase()
1808 sdio_cmdinitstructure.WaitForInterrupt = SDIO_WAIT_NO; in HAL_SD_StopTransfer()
1857 sdio_cmdinitstructure.WaitForInterrupt = SDIO_WAIT_NO; in HAL_SD_HighSpeed()
2008 sdio_cmdinitstructure.WaitForInterrupt = SDIO_WAIT_NO; in HAL_SD_SendSDStatus()
2365 sdio_cmdinitstructure.WaitForInterrupt = SDIO_WAIT_NO; in SD_Initialize_Cards()
2447 sdio_cmdinitstructure.WaitForInterrupt = SDIO_WAIT_NO; in SD_Select_Deselect()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_sdmmc.h244 #define SDIO_WAIT_NO (0x00000000U) macro
248 #define IS_SDIO_WAIT(WAIT) (((WAIT) == SDIO_WAIT_NO) || \