Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/include/soc/
Dsdmmc_periph.h39 extern const sdmmc_slot_info_t sdmmc_slot_info[SOC_SDMMC_NUM_SLOTS];
/hal_espressif-3.6.0/components/soc/esp32/
Dsdmmc_periph.c17 const sdmmc_slot_info_t sdmmc_slot_info[SOC_SDMMC_NUM_SLOTS] = { variable
/hal_espressif-3.6.0/components/soc/esp32s3/
Dsdmmc_periph.c17 const sdmmc_slot_info_t sdmmc_slot_info[SOC_SDMMC_NUM_SLOTS] = { variable
/hal_espressif-3.6.0/components/driver/
Dsdmmc_host.c383 const sdmmc_slot_info_t* slot_info = &sdmmc_slot_info[slot]; in sdmmc_host_init_slot()
525 if (sdmmc_slot_info[slot].width < width) { in sdmmc_host_set_bus_width()
701 if (width > sdmmc_slot_info[slot].width) { in sdmmc_host_pullup_en_internal()