Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_transaction.c144 flags |= SDSPI_CMD_FLAG_RSP_R1B; in sdspi_host_do_transaction()
157 if (flags & (SDSPI_CMD_FLAG_RSP_R1 | SDSPI_CMD_FLAG_RSP_R1B)) { in sdspi_host_do_transaction()
Dsdspi_private.h88 #define SDSPI_CMD_FLAG_RSP_R1B BIT(3) //!< Response format R1 (1 byte), with busy polling macro
Dsdspi_host.c509 (flags & SDSPI_CMD_FLAG_RSP_R1B )) { in start_command_default()
549 if (flags & SDSPI_CMD_FLAG_RSP_R1B) { in start_command_default()
811 ret = start_command_default(slot, SDSPI_CMD_FLAG_RSP_R1B, &stop_cmd); in start_command_read_blocks()