Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/uart/
Dfsl_uart_dma.h41 struct _uart_dma_handle struct
43 UART_Type *base; /*!< UART peripheral base address. */
45 uart_dma_transfer_callback_t callback; /*!< Callback function. */
46 void *userData; /*!< UART callback function parameter.*/
47 size_t rxDataSizeAll; /*!< Size of the data to receive. */
48 size_t txDataSizeAll; /*!< Size of the data to send out. */
50 dma_handle_t *txDmaHandle; /*!< The DMA TX channel used. */
51 dma_handle_t *rxDmaHandle; /*!< The DMA RX channel used. */
53 volatile uint8_t txState; /*!< TX transfer state. */
54 volatile uint8_t rxState; /*!< RX transfer state */