Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c641 int ncr_cnt = 1; in shift_cmd_response() local
645 if (++ncr_cnt > 8) return ESP_ERR_NOT_FOUND; in shift_cmd_response()
648 int copy_bytes = sent_bytes - SDSPI_CMD_SIZE - ncr_cnt; in shift_cmd_response()