Lines Matching defs:i2c_enhance_config
60 struct i2c_enhance_config { struct
61 void (*irq_config_func)(void);
62 uint32_t bitrate;
63 uint8_t *base;
64 uint8_t i2c_irq_base;
65 uint8_t port;
66 uint8_t channel_switch_sel;
68 struct gpio_dt_spec scl_gpios;
70 struct gpio_dt_spec sda_gpios;
72 const struct pinctrl_dev_config *pcfg;
73 uint8_t prescale_scl_low;
74 uint8_t data_hold_time;
75 uint32_t clock_gate_offset;
76 int transfer_timeout_ms;
77 bool target_enable;
78 bool target_pio_mode;
79 bool push_pull_recovery;