Home
last modified time | relevance | path

Searched refs:shift_cmd_response (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);
546 ret = shift_cmd_response(cmd, cmd_size); in start_command_default()
638 static esp_err_t shift_cmd_response(sdspi_hw_cmd_t* cmd, int sent_bytes) in shift_cmd_response() function
853 ret = shift_cmd_response(cmd, send_bytes); in start_command_write_blocks()