Searched defs:_lpuart_edma_handle (Results 1 – 1 of 1) sorted by relevance
35 struct _lpuart_edma_handle struct37 lpuart_edma_transfer_callback_t callback; /*!< Callback function. */38 void *userData; /*!< LPUART callback function parameter.*/39 size_t rxDataSizeAll; /*!< Size of the data to receive. */40 size_t txDataSizeAll; /*!< Size of the data to send out. */42 edma_handle_t *txEdmaHandle; /*!< The eDMA TX channel used. */43 edma_handle_t *rxEdmaHandle; /*!< The eDMA RX channel used. */45 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */47 volatile uint8_t txState; /*!< TX transfer state. */48 volatile uint8_t rxState; /*!< RX transfer state */