Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_transaction.c137 flags |= SDSPI_CMD_FLAG_RSP_R5; in sdspi_host_do_transaction()
139 flags |= SDSPI_CMD_FLAG_RSP_R5 | SDSPI_CMD_FLAG_DATA; in sdspi_host_do_transaction()
168 } else if (flags & SDSPI_CMD_FLAG_RSP_R5) { in sdspi_host_do_transaction()
Dsdspi_private.h92 #define SDSPI_CMD_FLAG_RSP_R5 BIT(7) //!< Response format R5 (2 bytes) macro
Dsdspi_host.c478 const bool stop_transmission = multi_block && !(flags & SDSPI_CMD_FLAG_RSP_R5); in sdspi_host_start_command()
517 } else if (flags & SDSPI_CMD_FLAG_RSP_R5) { in start_command_default()