Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_sdmmc.h542 #define SDMMC_DATABLOCK_SIZE_8B (SDMMC_DCTRL_DBLOCKSIZE_0|SDMMC_DCTRL_DBLOCKSIZE_1) macro
558 ((SIZE) == SDMMC_DATABLOCK_SIZE_8B) || \
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_sd.c3852 config.DataBlockSize = SDMMC_DATABLOCK_SIZE_8B; in SD_FindSCR()