Searched defs:_uart_sdma_handle (Results 1 – 1 of 1) sorted by relevance
39 struct _uart_sdma_handle struct41 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 */