Home
last modified time | relevance | path

Searched refs:i2c_req_t (Results 1 – 2 of 2) sorted by relevance

/bsp/maxim/libraries/MAX32660PeriphDriver/Include/
A Di2c.h78 typedef struct i2c_req i2c_req_t; typedef
112 void (*callback)(i2c_req_t*, int);
195 int I2C_MasterAsync(mxc_i2c_regs_t *i2c, i2c_req_t *req);
203 int I2C_SlaveAsync(mxc_i2c_regs_t *i2c, i2c_req_t *req);
230 int I2C_AbortAsync(i2c_req_t *req);
/bsp/maxim/libraries/MAX32660PeriphDriver/Source/
A Di2c.c69 i2c_req_t *req;
606 int I2C_MasterAsync(mxc_i2c_regs_t *i2c, i2c_req_t *req) in I2C_MasterAsync()
667 i2c_req_t *req; in I2C_MasterHandler()
815 int I2C_SlaveAsync(mxc_i2c_regs_t *i2c, i2c_req_t *req) in I2C_SlaveAsync()
854 i2c_req_t *req; in I2C_SlaveHandler()
1002 i2c_req_t *temp_req = states[i2c_num].req; in I2C_FreeCallback()
1025 int I2C_AbortAsync(i2c_req_t *req) in I2C_AbortAsync()

Completed in 7 milliseconds