Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/storage/sd_card/sdmmc/main/
Dsd_card_example_main.c72 slot_config.flags |= SDMMC_SLOT_FLAG_INTERNAL_PULLUP; in app_main()
/hal_espressif-3.6.0/components/driver/include/driver/
Dsdmmc_host.h76 #define SDMMC_SLOT_FLAG_INTERNAL_PULLUP BIT(0) macro
/hal_espressif-3.6.0/components/driver/
Dsdmmc_host.c413 bool pullup = slot_config->flags & SDMMC_SLOT_FLAG_INTERNAL_PULLUP; in sdmmc_host_init_slot()