Searched defs:_uart_handle (Results 1 – 2 of 2) sorted by relevance
200 struct _uart_handle struct202 const uint8_t *volatile txData; /*!< Address of remaining data to send. */203 volatile size_t txDataSize; /*!< Size of the remaining data to send. */204 size_t txDataSizeAll; /*!< Size of the data to send out. */205 uint8_t *volatile rxData; /*!< Address of remaining data to receive. */206 volatile size_t rxDataSize; /*!< Size of the remaining data to receive. */207 size_t rxDataSizeAll; /*!< Size of the data to receive. */209 uint8_t *rxRingBuffer; /*!< Start address of the receiver ring buffer. */210 size_t rxRingBufferSize; /*!< Size of the ring buffer. */211 …le uint16_t rxRingBufferHead; /*!< Index for the driver to store received data into ring buffer. */[all …]
209 struct _uart_handle struct211 const uint8_t *volatile txData; /*!< Address of remaining data to send. */212 volatile size_t txDataSize; /*!< Size of the remaining data to send. */213 size_t txDataSizeAll; /*!< Size of the data to send out. */214 uint8_t *volatile rxData; /*!< Address of remaining data to receive. */215 volatile size_t rxDataSize; /*!< Size of the remaining data to receive. */216 size_t rxDataSizeAll; /*!< Size of the data to receive. */218 uint8_t *rxRingBuffer; /*!< Start address of the receiver ring buffer. */219 size_t rxRingBufferSize; /*!< Size of the ring buffer. */220 …le uint16_t rxRingBufferHead; /*!< Index for the driver to store received data into ring buffer. */[all …]