Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/iuart/
Dfsl_uart_sdma.h39 struct _uart_sdma_handle struct
41 uart_sdma_transfer_callback_t callback; /*!< Callback function. */
42 void *userData; /*!< UART callback function parameter.*/
43 size_t rxDataSizeAll; /*!< Size of the data to receive. */
44 size_t txDataSizeAll; /*!< Size of the data to send out. */
45 sdma_handle_t *txSdmaHandle; /*!< The sDMA TX channel used. */
46 sdma_handle_t *rxSdmaHandle; /*!< The sDMA RX channel used. */
47 volatile uint8_t txState; /*!< TX transfer state. */
48 volatile uint8_t rxState; /*!< RX transfer state */