Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_private.h80 #define SDSPI_CMD_R3_SIZE (SDSPI_CMD_SIZE+SDSPI_NCR_MIN_SIZE+5) //!< Size of the command wit… macro
Dsdspi_host.c514 cmd_size = SDSPI_CMD_R3_SIZE; in start_command_default()