Home
last modified time | relevance | path

Searched refs:SDIO_DATABLOCK_SIZE_8B (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_sdmmc.h474 #define SDIO_DATABLOCK_SIZE_8B (SDIO_DCTRL_DBLOCKSIZE_0|SDIO_DCTRL_DBLOCKSIZE_1) macro
490 ((SIZE) == SDIO_DATABLOCK_SIZE_8B) || \
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_sdmmc.h474 #define SDIO_DATABLOCK_SIZE_8B (SDIO_DCTRL_DBLOCKSIZE_0|SDIO_DCTRL_DBLOCKSIZE_1) macro
490 ((SIZE) == SDIO_DATABLOCK_SIZE_8B) || \
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_sdmmc.h474 #define SDIO_DATABLOCK_SIZE_8B (SDIO_DCTRL_DBLOCKSIZE_0|SDIO_DCTRL_DBLOCKSIZE_1) macro
490 ((SIZE) == SDIO_DATABLOCK_SIZE_8B) || \
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_sdmmc.h474 #define SDIO_DATABLOCK_SIZE_8B (SDIO_DCTRL_DBLOCKSIZE_0|SDIO_DCTRL_DBLOCKSIZE_1) macro
490 ((SIZE) == SDIO_DATABLOCK_SIZE_8B) || \
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_sd.c3063 config.DataBlockSize = SDIO_DATABLOCK_SIZE_8B; in SD_FindSCR()
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_sd.c3059 config.DataBlockSize = SDIO_DATABLOCK_SIZE_8B; in SD_FindSCR()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sd.c3116 config.DataBlockSize = SDIO_DATABLOCK_SIZE_8B; in SD_FindSCR()
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_sd.c3071 config.DataBlockSize = SDIO_DATABLOCK_SIZE_8B; in SD_FindSCR()