Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/I2C/
Di2c_revb.h57 struct _i2c_revb_req_t { struct
58 mxc_i2c_revb_regs_t *i2c;
59 unsigned int addr;
60 unsigned char *tx_buf;
61 unsigned int tx_len;
62 unsigned char *rx_buf;
63 unsigned int rx_len;
64 int restart;
65 mxc_i2c_revb_complete_cb_t callback;