Home
last modified time | relevance | path

Searched defs:i2c_dw_dev_config (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/i2c/
Di2c_dw.h106 struct i2c_dw_dev_config { struct
108 struct k_sem device_sync_sem;
109 struct k_mutex bus_mutex;
110 uint32_t app_config;
112 uint8_t *xfr_buf;
113 uint32_t xfr_len;
114 uint32_t rx_pending;
116 uint16_t hcnt;
117 uint16_t lcnt;
119 volatile uint8_t state; /* last direction of transfer */
[all …]