Home
last modified time | relevance | path

Searched refs:MXC_I2C_RevA_ReadRXFIFODMA (Results 1 – 15 of 15) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/I2C/
Di2c_reva.h117 int MXC_I2C_RevA_ReadRXFIFODMA(mxc_i2c_reva_regs_t *i2c, unsigned char *bytes, unsigned int len,
Di2c_es17.c249 return MXC_I2C_RevA_ReadRXFIFODMA((mxc_i2c_reva_regs_t *)i2c, bytes, len, MXC_DMA); in MXC_I2C_ReadRXFIFODMA()
Di2c_me12.c242 return MXC_I2C_RevA_ReadRXFIFODMA((mxc_i2c_reva_regs_t *)i2c, bytes, len, MXC_DMA); in MXC_I2C_ReadRXFIFODMA()
Di2c_me55.c232 return MXC_I2C_RevA_ReadRXFIFODMA((mxc_i2c_reva_regs_t *)i2c, bytes, len, MXC_DMA); in MXC_I2C_ReadRXFIFODMA()
Di2c_ai87.c254 return MXC_I2C_RevA_ReadRXFIFODMA((mxc_i2c_reva_regs_t *)i2c, bytes, len, MXC_DMA); in MXC_I2C_ReadRXFIFODMA()
Di2c_me10.c271 return MXC_I2C_RevA_ReadRXFIFODMA((mxc_i2c_reva_regs_t *)i2c, bytes, len, MXC_DMA); in MXC_I2C_ReadRXFIFODMA()
Di2c_me11.c269 return MXC_I2C_RevA_ReadRXFIFODMA((mxc_i2c_reva_regs_t *)i2c, bytes, len, MXC_DMA); in MXC_I2C_ReadRXFIFODMA()
Di2c_me13.c260 return MXC_I2C_RevA_ReadRXFIFODMA((mxc_i2c_reva_regs_t *)i2c, bytes, len, MXC_DMA); in MXC_I2C_ReadRXFIFODMA()
Di2c_me14.c259 return MXC_I2C_RevA_ReadRXFIFODMA((mxc_i2c_reva_regs_t *)i2c, bytes, len, dma); in MXC_I2C_ReadRXFIFODMA()
Di2c_me15.c284 return MXC_I2C_RevA_ReadRXFIFODMA((mxc_i2c_reva_regs_t *)i2c, bytes, len, MXC_DMA); in MXC_I2C_ReadRXFIFODMA()
Di2c_me17.c256 return MXC_I2C_RevA_ReadRXFIFODMA((mxc_i2c_reva_regs_t *)i2c, bytes, len, MXC_DMA); in MXC_I2C_ReadRXFIFODMA()
Di2c_me18.c266 return MXC_I2C_RevA_ReadRXFIFODMA((mxc_i2c_reva_regs_t *)i2c, bytes, len, MXC_DMA); in MXC_I2C_ReadRXFIFODMA()
Di2c_me21.c312 return MXC_I2C_RevA_ReadRXFIFODMA((mxc_i2c_reva_regs_t *)i2c, bytes, len, MXC_DMA); in MXC_I2C_ReadRXFIFODMA()
Di2c_revb.c152 return MXC_I2C_RevA_ReadRXFIFODMA((mxc_i2c_reva_regs_t *)i2c, bytes, len, dma); in MXC_I2C_RevB_ReadRXFIFODMA()
Di2c_reva.c618 int MXC_I2C_RevA_ReadRXFIFODMA(mxc_i2c_reva_regs_t *i2c, unsigned char *bytes, unsigned int len, in MXC_I2C_RevA_ReadRXFIFODMA() function