Searched refs:data_rsp (Results 1 – 1 of 1) sorted by relevance
913 uint8_t data_rsp = t_crc_rsp.rx_data[2]; in start_command_write_blocks() local914 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()