Searched refs:data_rsp (Results 1 – 1 of 1) sorted by relevance
879 uint8_t data_rsp = t_crc_rsp.rx_data[2]; in start_command_write_blocks() local880 if (!SD_SPI_DATA_RSP_VALID(data_rsp)) return ESP_ERR_INVALID_RESPONSE; in start_command_write_blocks()881 switch (SD_SPI_DATA_RSP(data_rsp)) { in start_command_write_blocks()