Searched refs:master_dma_handle (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/i2c/ |
| D | fsl_i2c_cmsis.c | 79 i2c_master_dma_handle_t *master_dma_handle; /*!< i2c DMA transfer handle. */ member 167 …I2C_MasterTransferCreateHandleDMA(i2c->resource->base, i2c->master_dma_handle, KSDK_I2C_MASTER_Dma… in I2C_Master_DmaInitialize() 188 if (i2c->master_dma_handle->state != 0U) in I2C_Master_DmaTransmit() 211 status = I2C_MasterTransferDMA(i2c->resource->base, i2c->master_dma_handle, &masterXfer); in I2C_Master_DmaTransmit() 239 if (i2c->master_dma_handle->state != 0U) in I2C_Master_DmaReceive() 262 status = I2C_MasterTransferDMA(i2c->resource->base, i2c->master_dma_handle, &masterXfer); in I2C_Master_DmaReceive() 286 (void)I2C_MasterTransferGetCountDMA(i2c->resource->base, i2c->master_dma_handle, &cnt); in I2C_Master_DmaGetDataCount() 340 I2C_MasterTransferAbortDMA(i2c->resource->base, i2c->master_dma_handle); in I2C_Master_DmaControl() 342 if (i2c->master_dma_handle->transfer.direction == kI2C_Read) in I2C_Master_DmaControl() 362 i2c->master_dma_handle->transferSize = 0; in I2C_Master_DmaControl() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/flexcomm/ |
| D | fsl_i2c_cmsis.c | 76 i2c_master_dma_handle_t *master_dma_handle; /*!< i2c DMA transfer handle. */ member 150 …I2C_MasterTransferCreateHandleDMA(i2c->resource->base, i2c->master_dma_handle, KSDK_I2C_MASTER_Dma… in I2C_Master_DmaInitialize() 171 if (i2c->master_dma_handle->state != 0U) in I2C_Master_DmaTransmit() 189 status = I2C_MasterTransferDMA(i2c->resource->base, i2c->master_dma_handle, &masterXfer); in I2C_Master_DmaTransmit() 214 if (i2c->master_dma_handle->state != 0U) in I2C_Master_DmaReceive() 232 status = I2C_MasterTransferDMA(i2c->resource->base, i2c->master_dma_handle, &masterXfer); in I2C_Master_DmaReceive() 253 (void)I2C_MasterTransferGetCountDMA(i2c->resource->base, i2c->master_dma_handle, &cnt); in I2C_Master_DmaGetDataCount() 293 I2C_MasterTransferAbortDMA(i2c->resource->base, i2c->master_dma_handle); in I2C_Master_DmaControl() 295 i2c->master_dma_handle->transferCount = 0; in I2C_Master_DmaControl() 296 i2c->master_dma_handle->transfer.data = NULL; in I2C_Master_DmaControl() [all …]
|