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. */115 uint8_t *rxRingBuffer; /*!< Start address of the receiver ring buffer. */116 size_t rxRingBufferSize; /*!< Size of the ring buffer. */117 …le uint16_t rxRingBufferHead; /*!< Index for the driver to store received data into ring buffer. */[all …]