Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart_dma.h41 struct _flexio_uart_dma_handle struct
43 flexio_uart_dma_transfer_callback_t callback; /*!< Callback function. */
44 void *userData; /*!< UART callback function parameter.*/
46 size_t txDataSizeAll; /*!< Total bytes to be sent. */
47 size_t rxDataSizeAll; /*!< Total bytes to be received. */
49 dma_handle_t *txDmaHandle; /*!< The DMA TX channel used. */
50 dma_handle_t *rxDmaHandle; /*!< The DMA RX channel used. */
52 volatile uint8_t txState; /*!< TX transfer state. */
53 volatile uint8_t rxState; /*!< RX transfer state */