Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_sdmmc.h475 #define SDIO_DATABLOCK_SIZE_64B (SDIO_DCTRL_DBLOCKSIZE_1|SDIO_DCTRL_DBLOCKSIZE_2) macro
491 ((SIZE) == SDIO_DATABLOCK_SIZE_64B) || \
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_sd.c2919 config.DataBlockSize = SDIO_DATABLOCK_SIZE_64B; in SD_SendSDStatus()