Home
last modified time | relevance | path

Searched refs:LPSCI_EnableTxDMA (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpsci_dma.c106 LPSCI_EnableTxDMA(lpsciPrivateHandle->base, false); in LPSCI_TransferSendDMACallback()
225 LPSCI_EnableTxDMA(base, true); in LPSCI_TransferSendDMA()
277 LPSCI_EnableTxDMA(base, false); in LPSCI_TransferAbortSendDMA()
Dfsl_lpsci.h409 static inline void LPSCI_EnableTxDMA(UART0_Type *base, bool enable) in LPSCI_EnableTxDMA() function