Searched defs:_lpuart_edma_handle (Results 1 – 1 of 1) sorted by relevance
41 struct _lpuart_edma_handle struct43 lpuart_edma_transfer_callback_t callback; /*!< Callback function. */44 void *userData; /*!< LPUART callback function parameter.*/45 size_t rxDataSizeAll; /*!< Size of the data to receive. */46 size_t txDataSizeAll; /*!< Size of the data to send out. */48 edma_handle_t *txEdmaHandle; /*!< The eDMA TX channel used. */49 edma_handle_t *rxEdmaHandle; /*!< The eDMA RX channel used. */51 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */53 volatile uint8_t txState; /*!< TX transfer state. */54 volatile uint8_t rxState; /*!< RX transfer state */