Searched defs:i2c_cfg_req (Results 1 – 1 of 1) sorted by relevance
194 struct i2c_cfg_req { struct195 uint8_t id;196 uint32_t speed; /* Hz */197 uint8_t slave_addr; /* ACK only */198 uint8_t auto_send_read; /* boolean */199 uint16_t write_timeout; /* 0-1000 ms, 0 ~ no timeout */200 uint16_t read_timeout; /* 0-1000 ms, 0 ~ no timeout */201 uint8_t scl_low_timeout;/* boolean */202 uint16_t retry_count; /* 1-1000, 0 ~ forever */