Searched defs:_flexio_uart_handle (Results 1 – 1 of 1) sorted by relevance
106 struct _flexio_uart_handle struct108 uint8_t *volatile txData; /*!< Address of remaining data to send. */109 volatile size_t txDataSize; /*!< Size of the remaining data to send. */110 uint8_t *volatile rxData; /*!< Address of remaining data to receive. */111 volatile size_t rxDataSize; /*!< Size of the remaining data to receive. */112 size_t txDataSizeAll; /*!< Total bytes to be sent. */113 size_t rxDataSizeAll; /*!< Total bytes to be received. */116 size_t rxRingBufferSize; /*!< Size of the ring buffer. */120 flexio_uart_transfer_callback_t callback; /*!< Callback function. */123 volatile uint8_t txState; /*!< TX transfer state. */[all …]
Completed in 5 milliseconds