Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_transaction.c125 flags |= SDSPI_CMD_FLAG_RSP_R2; in sdspi_host_do_transaction()
129 flags |= SDSPI_CMD_FLAG_RSP_R2; in sdspi_host_do_transaction()
160 } else if (flags & SDSPI_CMD_FLAG_RSP_R2) { in sdspi_host_do_transaction()
Dsdspi_private.h89 #define SDSPI_CMD_FLAG_RSP_R2 BIT(4) //!< Response format R2 (2 bytes) macro
Dsdspi_host.c511 } else if (flags & SDSPI_CMD_FLAG_RSP_R2) { in start_command_default()