Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c31 #define SDSPI_BLOCK_BUF_SIZE (SDSPI_MAX_DATA_LEN + 4) macro
159 slot->block_buf = heap_caps_malloc(SDSPI_BLOCK_BUF_SIZE, MALLOC_CAP_DMA); in get_block_buf()