Searched defs:_flexio_uart_edma_handle (Results 1 – 2 of 2) sorted by relevance
41 struct _flexio_uart_edma_handle struct43 flexio_uart_edma_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 edma_handle_t *txEdmaHandle; /*!< The eDMA TX channel used. */50 edma_handle_t *rxEdmaHandle; /*!< The eDMA RX channel used. */52 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */54 volatile uint8_t txState; /*!< TX transfer state. */55 volatile uint8_t rxState; /*!< RX transfer state */