Home
last modified time | relevance | path

Searched refs:SDMMC_DATABLOCK_SIZE_8B (Results 1 – 18 of 18) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_sdmmc.h473 #define SDMMC_DATABLOCK_SIZE_8B (SDMMC_DCTRL_DBLOCKSIZE_0|SDMMC_DCTRL_DBLOCKSIZE_1) macro
489 ((SIZE) == SDMMC_DATABLOCK_SIZE_8B) || \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_sdmmc.h467 #define SDMMC_DATABLOCK_SIZE_8B (SDMMC_DCTRL_DBLOCKSIZE_0|SDMMC_DCTRL_DBLOCKSIZE_1) macro
483 ((SIZE) == SDMMC_DATABLOCK_SIZE_8B) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_sdmmc.h501 #define SDMMC_DATABLOCK_SIZE_8B (SDMMC_DCTRL_DBLOCKSIZE_0|SDMMC_DCTRL_DBLOCKSIZE_1) macro
521 ((SIZE) == SDMMC_DATABLOCK_SIZE_8B) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_sdmmc.h523 #define SDMMC_DATABLOCK_SIZE_8B (SDMMC_DCTRL_DBLOCKSIZE_0|SDMMC_DCTRL_DBLOCKSIZE_1) macro
543 ((SIZE) == SDMMC_DATABLOCK_SIZE_8B) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_sdmmc.h567 #define SDMMC_DATABLOCK_SIZE_8B (SDMMC_DCTRL_DBLOCKSIZE_0|SDMMC_DCTRL_DBLOCKSIZE_1) macro
587 ((SIZE) == SDMMC_DATABLOCK_SIZE_8B) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_sdmmc.h523 #define SDMMC_DATABLOCK_SIZE_8B (SDMMC_DCTRL_DBLOCKSIZE_0|SDMMC_DCTRL_DBLOCKSIZE_1) macro
543 ((SIZE) == SDMMC_DATABLOCK_SIZE_8B) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_sdmmc.h545 #define SDMMC_DATABLOCK_SIZE_8B (SDMMC_DCTRL_DBLOCKSIZE_0|SDMMC_DCTRL_DBLOCKSIZE_1) macro
565 ((SIZE) == SDMMC_DATABLOCK_SIZE_8B) || \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_sdmmc.h567 #define SDMMC_DATABLOCK_SIZE_8B (SDMMC_DCTRL_DBLOCKSIZE_0|SDMMC_DCTRL_DBLOCKSIZE_1) macro
587 ((SIZE) == SDMMC_DATABLOCK_SIZE_8B) || \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_sdmmc.h546 #define SDMMC_DATABLOCK_SIZE_8B (SDMMC_DCTRL_DBLOCKSIZE_0|SDMMC_DCTRL_DBLOCKSIZE_1) macro
562 ((SIZE) == SDMMC_DATABLOCK_SIZE_8B) || \
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_sd.c3066 config.DataBlockSize = SDMMC_DATABLOCK_SIZE_8B; in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_sd.c3062 config.DataBlockSize = SDMMC_DATABLOCK_SIZE_8B; in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_sd.c3568 config.DataBlockSize = SDMMC_DATABLOCK_SIZE_8B; in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sd.c3525 config.DataBlockSize = SDMMC_DATABLOCK_SIZE_8B; in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_sd.c3547 config.DataBlockSize = SDMMC_DATABLOCK_SIZE_8B; in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sd.c3541 config.DataBlockSize = SDMMC_DATABLOCK_SIZE_8B; in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sd.c3568 config.DataBlockSize = SDMMC_DATABLOCK_SIZE_8B; in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_sd.c3525 config.DataBlockSize = SDMMC_DATABLOCK_SIZE_8B; in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_sd.c3932 config.DataBlockSize = SDMMC_DATABLOCK_SIZE_8B; in SD_FindSCR()