Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/I2C/
Di2c_revb.h53 typedef struct _i2c_revb_req_t mxc_i2c_revb_req_t; typedef
55 typedef void (*mxc_i2c_revb_complete_cb_t)(mxc_i2c_revb_req_t *req, int result);
133 int MXC_I2C_RevB_MasterTransaction(mxc_i2c_revb_req_t *req);
134 int MXC_I2C_RevB_MasterTransactionAsync(mxc_i2c_revb_req_t *req);
135 int MXC_I2C_RevB_MasterTransactionDMA(mxc_i2c_revb_req_t *req, mxc_dma_regs_t *dma);
Di2c_revb.c38 mxc_i2c_revb_req_t *req;
246 int MXC_I2C_RevB_MasterTransaction(mxc_i2c_revb_req_t *req) in MXC_I2C_RevB_MasterTransaction()
251 int MXC_I2C_RevB_MasterTransactionAsync(mxc_i2c_revb_req_t *req) in MXC_I2C_RevB_MasterTransactionAsync()
256 int MXC_I2C_RevB_MasterTransactionDMA(mxc_i2c_revb_req_t *req, mxc_dma_regs_t *dma) in MXC_I2C_RevB_MasterTransactionDMA()