Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_transaction.c135 flags |= SDSPI_CMD_FLAG_RSP_R4; in sdspi_host_do_transaction()
165 } else if (flags & SDSPI_CMD_FLAG_RSP_R4) { in sdspi_host_do_transaction()
Dsdspi_private.h91 #define SDSPI_CMD_FLAG_RSP_R4 BIT(6) //!< Response format R4 (5 bytes) macro
Dsdspi_host.c515 } else if (flags & SDSPI_CMD_FLAG_RSP_R4) { in start_command_default()