Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/
Dsdspi_transaction.c46 if (r1 & SD_SPI_R1_NO_RESPONSE) { in r1_response_to_err()
74 if (r1 & SD_SPI_R1_NO_RESPONSE) { in r1_sdio_response_to_err()
Dsdspi_host.c609 if ((*pr1 & SD_SPI_R1_NO_RESPONSE) == 0) break; in shift_cmd_response()
684 while ((cmd->r1 & SD_SPI_R1_NO_RESPONSE) != 0 && pre_scan_data_size > 0) { in start_command_read_blocks()
689 if (cmd->r1 & SD_SPI_R1_NO_RESPONSE) { in start_command_read_blocks()
/hal_espressif-3.6.0/components/driver/include/driver/
Dsdmmc_defs.h110 #define SD_SPI_R1_NO_RESPONSE (1<<7) macro