Searched refs:SDIO_WAIT_NO (Results 1 – 2 of 2) sorted by relevance
490 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 …]
244 #define SDIO_WAIT_NO (0x00000000U) macro248 #define IS_SDIO_WAIT(WAIT) (((WAIT) == SDIO_WAIT_NO) || \