Searched defs:i2c_sam_twim_dev_cfg (Results 1 – 1 of 1) sorted by relevance
66 struct i2c_sam_twim_dev_cfg { struct67 Twim *regs;68 void (*irq_config)(void);69 uint32_t bitrate;70 const struct atmel_sam_pmc_config clock_cfg;71 const struct pinctrl_dev_config *pcfg;72 uint8_t irq_id;74 uint8_t std_clk_slew_lim;75 uint8_t std_clk_strength_low;76 uint8_t std_data_slew_lim;[all …]