Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c648 int copy_bytes = sent_bytes - SDSPI_CMD_SIZE - ncr_cnt; in shift_cmd_response() local
649 if (copy_bytes > 0) { in shift_cmd_response()
650 memcpy(&cmd->r1, pr1, copy_bytes); in shift_cmd_response()