Searched defs:_flexio_uart_dma_handle (Results 1 – 1 of 1) sorted by relevance
41 struct _flexio_uart_dma_handle struct43 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 */