Searched refs:SDIO_TRANSFER_MODE_BLOCK (Results 1 – 11 of 11) sorted by relevance
607 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_ReadBlocks()818 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_WriteBlocks()1004 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_ReadBlocks_IT()1122 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_WriteBlocks_IT()1213 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_ReadBlocks_DMA()1357 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_WriteBlocks_DMA()2844 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in SD_SendSDStatus()3065 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in SD_FindSCR()
604 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_ReadBlocks()829 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_WriteBlocks()982 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_ReadBlocks_IT()1099 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_WriteBlocks_IT()1190 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_ReadBlocks_DMA()1334 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_WriteBlocks_DMA()2770 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in MMC_ReadExtCSD()
607 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_ReadBlocks()818 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_WriteBlocks()1004 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_ReadBlocks_IT()1122 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_WriteBlocks_IT()1213 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_ReadBlocks_DMA()1357 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_WriteBlocks_DMA()2840 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in SD_SendSDStatus()3061 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in SD_FindSCR()
604 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_ReadBlocks()829 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_WriteBlocks()982 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_ReadBlocks_IT()1099 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_WriteBlocks_IT()1190 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_ReadBlocks_DMA()1334 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_WriteBlocks_DMA()2766 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in MMC_ReadExtCSD()
607 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_ReadBlocks()822 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_WriteBlocks()1016 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_ReadBlocks_IT()1138 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_WriteBlocks_IT()1233 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_ReadBlocks_DMA()1385 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_WriteBlocks_DMA()2897 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in SD_SendSDStatus()3118 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in SD_FindSCR()
604 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_ReadBlocks()833 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_WriteBlocks()994 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_ReadBlocks_IT()1115 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_WriteBlocks_IT()1210 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_ReadBlocks_DMA()1358 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_MMC_WriteBlocks_DMA()2819 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in MMC_ReadExtCSD()
607 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_ReadBlocks()822 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_WriteBlocks()1008 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_ReadBlocks_IT()1130 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_WriteBlocks_IT()1221 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_ReadBlocks_DMA()1365 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in HAL_SD_WriteBlocks_DMA()2852 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in SD_SendSDStatus()3073 config.TransferMode = SDIO_TRANSFER_MODE_BLOCK; in SD_FindSCR()
521 #define SDIO_TRANSFER_MODE_BLOCK 0x00000000U macro524 #define IS_SDIO_TRANSFER_MODE(MODE) (((MODE) == SDIO_TRANSFER_MODE_BLOCK) || \