Home
last modified time | relevance | path

Searched refs:dma_channel_mux_configure (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_uart.h101 void *dma_channel_mux_configure; member
Dfsl_component_serial_port_uart.c530 dmaConfig.dma_channel_mux_configure = uartConfig->dma_channel_mux_configure; in Serial_UartDmaInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/spi/
Dfsl_adapter_spi.h245 void *dma_channel_mux_configure; member
Dfsl_adapter_lpspi.c627 dma_channel_mux_configure_t *dmaChannelMux = dmaConfig->dma_channel_mux_configure; in HAL_SpiSlaveDMAInit()
715 dma_channel_mux_configure_t *dmaChannelMux = dmaConfig->dma_channel_mux_configure; in HAL_SpiMasterDMAInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_lpuart.c107 dma_channel_mux_configure_t dma_channel_mux_configure; member
1901 dma_channel_mux_configure_t *dmaChannelMux = dmaConfig->dma_channel_mux_configure; in HAL_UartDMAInit()
1907 (void)memcpy(&uartDmaHandle->dma_channel_mux_configure, dmaConfig->dma_channel_mux_configure, in HAL_UartDMAInit()
1914 …uartDmaHandle->hal_uart_dma_config.dma_channel_mux_configure = &uartDmaHandle->dma_channel_mux_con… in HAL_UartDMAInit()
Dfsl_adapter_uart.h234 void *dma_channel_mux_configure; member