Lines Matching defs:usdhc_config
53 struct usdhc_config { struct
54 USDHC_Type *base;
55 const struct device *clock_dev;
56 clock_control_subsys_t clock_subsys;
57 uint8_t nusdhc;
58 const struct gpio_dt_spec pwr_gpio;
59 const struct gpio_dt_spec detect_gpio;
60 bool detect_dat3;
61 bool detect_cd;
62 bool no_180_vol;
63 uint32_t data_timeout;
64 uint32_t read_watermark;
65 uint32_t write_watermark;
66 uint32_t max_current_330;
67 uint32_t max_current_300;
68 uint32_t max_current_180;
69 uint32_t power_delay_ms;
70 uint32_t min_bus_freq;
71 uint32_t max_bus_freq;
72 bool mmc_hs200_1_8v;
73 bool mmc_hs400_1_8v;
74 const struct pinctrl_dev_config *pincfg;
75 void (*irq_config_func)(const struct device *dev);