Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/driver/include/driver/
Dsdmmc_defs.h140 #define SD_ARG_BUS_WIDTH_1 0 macro
/hal_espressif-3.4.0/components/sdmmc/
Dsdmmc_cmd.c321 .arg = (width == 4) ? SD_ARG_BUS_WIDTH_4 : SD_ARG_BUS_WIDTH_1, in sdmmc_send_cmd_set_bus_width()