Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flexio_uart_edma.h35 struct _flexio_uart_edma_handle struct
37 flexio_uart_edma_transfer_callback_t callback; /*!< Callback function. */
38 void *userData; /*!< UART callback function parameter.*/
40 size_t txDataSizeAll; /*!< Total bytes to be sent. */
41 size_t rxDataSizeAll; /*!< Total bytes to be received. */
43 edma_handle_t *txEdmaHandle; /*!< The eDMA TX channel used. */
44 edma_handle_t *rxEdmaHandle; /*!< The eDMA RX channel used. */
46 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */
48 volatile uint8_t txState; /*!< TX transfer state. */
49 volatile uint8_t rxState; /*!< RX transfer state */