Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c57 } slot_info_t; typedef
60 static slot_info_t *s_slots[SOC_SPI_PERIPH_NUM] = {};
68 static esp_err_t start_command_read_blocks(slot_info_t *slot, sdspi_hw_cmd_t *cmd,
71 static esp_err_t start_command_write_blocks(slot_info_t *slot, sdspi_hw_cmd_t *cmd,
74 static esp_err_t start_command_default(slot_info_t *slot, int flags, sdspi_hw_cmd_t *cmd);
78 static esp_err_t poll_busy(slot_info_t *slot, int timeout_ms, bool polling);
83 static slot_info_t* get_slot_info(sdspi_dev_handle_t handle) in get_slot_info()
88 return (slot_info_t *) handle; in get_slot_info()
93 static sdspi_dev_handle_t store_slot_info(slot_info_t *slot) in store_slot_info()
109 static slot_info_t* remove_slot_info(sdspi_dev_handle_t handle) in remove_slot_info()
[all …]