Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_flexio_uart_edma.h41 struct _flexio_uart_edma_handle struct
43 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 */
/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_flexio_uart_edma.h41 struct _flexio_uart_edma_handle struct
43 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 */