Searched defs:usdhc_config (Results 1 – 1 of 1) sorted by relevance
377 struct usdhc_config { struct378 USDHC_Type *base;379 const struct device *clock_dev;380 clock_control_subsys_t clock_subsys;381 uint8_t nusdhc;383 char *pwr_name;384 uint8_t pwr_pin;385 gpio_dt_flags_t pwr_flags;387 char *detect_name;388 uint8_t detect_pin;[all …]