Home
last modified time | relevance | path

Searched defs:sdhc_esp32_data (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/sdhc/
Dsdhc_esp32.c78 struct sdhc_esp32_data { struct
80 uint8_t bus_width; /* Bus width used by the slot (can change during execution) */
81 uint32_t bus_clock; /* Value in Hz. ESP-IDF functions use kHz instead */
83 enum sdhc_power power_mode;
84 enum sdhc_timing_mode timing;
86 struct host_ctx s_host_ctx;
87 struct k_mutex s_request_mutex;
88 bool s_is_app_cmd;
89 sdmmc_desc_t s_dma_desc[SDMMC_DMA_DESC_CNT];
90 struct sdmmc_transfer_state s_cur_transfer;