Home
last modified time | relevance | path

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

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