Home
last modified time | relevance | path

Searched refs:kDMA_MemoryToPeripheral (Results 1 – 12 of 12) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c_dma.c263 kDMA_MemoryToPeripheral, NULL, NULL); in I3C_MasterSetTxDMA()
273 kDMA_MemoryToPeripheral, NULL, NULL); in I3C_MasterSetTxDMA()
287 kDMA_MemoryToPeripheral, NULL, &(s_dma_table[instance][0])); in I3C_MasterSetTxDMA()
344 kDMA_MemoryToPeripheral, NULL, &(s_dma_table[instance][0])); in I3C_MasterRunDMATransfer()
964 kDMA_MemoryToPeripheral, NULL, NULL); in I3C_SlavePrepareTxDMA()
978 kDMA_MemoryToPeripheral, NULL, &(s_dma_table[instance][0])); in I3C_SlavePrepareTxDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_i2c/
Dfsl_i2c_dma.c177 kDMA_MemoryToPeripheral, NULL); in I2C_RunDMATransfer()
312 handle->remainingSubaddr, kDMA_MemoryToPeripheral, NULL); in I2C_RunTransferStateMachineDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/
Dfsl_i2c_dma.c180 kDMA_MemoryToPeripheral, NULL); in I2C_RunDMATransfer()
336 handle->remainingSubaddr, kDMA_MemoryToPeripheral, NULL); in I2C_RunTransferStateMachineDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi_dma.c356 kDMA_MemoryToPeripheral, nextDesc); in SPI_MasterTransferDMA()
618 nextDataSize, kDMA_MemoryToPeripheral, nextDesc); in SPI_TxDMACallback()
/hal_nxp-latest/mcux/mcux-sdk/drivers/spifi/
Dfsl_spifi_dma.c207 xfer->dataSize, kDMA_MemoryToPeripheral, NULL); in SPIFI_TransferSendDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_dma/
Dfsl_dma.c588 else if (type == kDMA_MemoryToPeripheral) in DMA_PrepareTransfer()
682 else if (type == kDMA_MemoryToPeripheral) in DMA_PrepareChannelTransfer()
Dfsl_dma.h244 kDMA_MemoryToPeripheral, /*!< Transfer from memory to peripheral (increment only source)*/ enumerator
/hal_nxp-latest/mcux/mcux-sdk/drivers/dma/
Dfsl_dma.h86 kDMA_MemoryToPeripheral, /*!< Memory to Peripheral transfer. */ enumerator
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/usart/
Dfsl_usart_dma.c218 kDMA_MemoryToPeripheral, NULL); in USART_TransferSendDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s_dma.c251 xfer->dataSize, kDMA_MemoryToPeripheral); in FLEXIO_I2S_TransferSendDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/uart/
Dfsl_uart_dma.c246 sizeof(uint8_t), xfer->dataSize, kDMA_MemoryToPeripheral); in UART_TransferSendDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart_dma.c283 xfer->dataSize, kDMA_MemoryToPeripheral); in LPUART_TransferSendDMA()