Home
last modified time | relevance | path

Searched defs:_lpuart_dma_handle (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart_dma.h41 struct _lpuart_dma_handle struct
43 lpuart_dma_transfer_callback_t callback; /*!< Callback function. */
44 void *userData; /*!< LPUART callback function parameter.*/
45 size_t rxDataSizeAll; /*!< Size of the data to receive. */
46 size_t txDataSizeAll; /*!< Size of the data to send out. */
48 dma_handle_t *txDmaHandle; /*!< The DMA TX channel used. */
49 dma_handle_t *rxDmaHandle; /*!< The DMA RX channel used. */
51 volatile uint8_t txState; /*!< TX transfer state. */
52 volatile uint8_t rxState; /*!< RX transfer state */