Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c913 uint8_t data_rsp = t_crc_rsp.rx_data[2]; in start_command_write_blocks() local
914 if (!SD_SPI_DATA_RSP_VALID(data_rsp)) return ESP_ERR_INVALID_RESPONSE; in start_command_write_blocks()
915 switch (SD_SPI_DATA_RSP(data_rsp)) { in start_command_write_blocks()