Searched defs:mmc_ios (Results 1 – 1 of 1) sorted by relevance
123 struct mmc_ios { struct124 uint32_t clock; /* Speed of the clock in Hz to move data */125 enum mmc_vdd vdd; /* Voltage to apply to the power pins */126 enum mmc_vccq vccq; /* Voltage to use for signaling */127 enum mmc_bus_mode bus_mode;128 enum mmc_chip_select chip_select;129 enum mmc_bus_width bus_width;130 enum mmc_power_mode power_mode;131 enum mmc_bus_timing timing;132 enum mmc_drv_type drv_type;