Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/include/driver/
Dsdspi_host.h43 .get_bus_width = NULL, \
Dsdmmc_host.h40 .get_bus_width = &sdmmc_host_get_slot_width, \
Dsdmmc_types.h150 size_t (*get_bus_width)(int slot); /*!< host function to get bus width */ member
/hal_espressif-3.6.0/components/sdmmc/
Dsdmmc_mmc.c56 card->host.get_bus_width(card->host.slot) == 4) { in sdmmc_init_mmc_read_ext_csd()
Dsdmmc_common.c298 int slot_bit_width = card->host.get_bus_width(card->host.slot); in sdmmc_fix_host_flags()