Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c74 static esp_err_t start_command_default(slot_info_t *slot, int flags, sdspi_hw_cmd_t *cmd);
485 ret = start_command_default(slot, flags, cmd); in sdspi_host_start_command()
504 static esp_err_t start_command_default(slot_info_t *slot, int flags, sdspi_hw_cmd_t *cmd) in start_command_default() function
811 ret = start_command_default(slot, SDSPI_CMD_FLAG_RSP_R1B, &stop_cmd); in start_command_read_blocks()