Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c76 static esp_err_t shift_cmd_response(sdspi_hw_cmd_t *cmd, int sent_bytes);
638 static esp_err_t shift_cmd_response(sdspi_hw_cmd_t* cmd, int sent_bytes) in shift_cmd_response() argument
648 int copy_bytes = sent_bytes - SDSPI_CMD_SIZE - ncr_cnt; in shift_cmd_response()