Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/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-3.5.0/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-3.5.0/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi_dma.c305 kDMA_MemoryToPeripheral, &s_spi_descriptor_table[instance]); in SPI_MasterTransferDMA()
320 xfer->dataSize, kDMA_MemoryToPeripheral, NULL); in SPI_MasterTransferDMA()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/spifi/
Dfsl_spifi_dma.c207 xfer->dataSize, kDMA_MemoryToPeripheral, NULL); in SPIFI_TransferSendDMA()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dma/
Dfsl_dma.h86 kDMA_MemoryToPeripheral, /*!< Memory to Peripheral transfer. */ enumerator
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcomm/usart/
Dfsl_usart_dma.c218 kDMA_MemoryToPeripheral, NULL); in USART_TransferSendDMA()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/uart/
Dfsl_uart_dma.c246 sizeof(uint8_t), xfer->dataSize, kDMA_MemoryToPeripheral); in UART_TransferSendDMA()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s_dma.c251 xfer->dataSize, kDMA_MemoryToPeripheral); in FLEXIO_I2S_TransferSendDMA()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart_dma.c283 xfer->dataSize, kDMA_MemoryToPeripheral); in LPUART_TransferSendDMA()
/hal_nxp-3.5.0/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