Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/I2C/
Di2c_reva.h59 struct _i2c_reva_req_t { struct
60 mxc_i2c_reva_regs_t *i2c;
61 unsigned int addr;
62 unsigned char *tx_buf;
63 unsigned int tx_len;
64 unsigned char *rx_buf;
65 unsigned int rx_len;
66 int restart;
67 mxc_i2c_reva_complete_cb_t callback;