Searched defs:_usart_handle (Results 1 – 1 of 1) sorted by relevance
185 struct _usart_handle struct187 const uint8_t *volatile txData; /*!< Address of remaining data to send. */188 volatile size_t txDataSize; /*!< Size of the remaining data to send. */189 size_t txDataSizeAll; /*!< Size of the data to send out. */190 uint8_t *volatile rxData; /*!< Address of remaining data to receive. */191 volatile size_t rxDataSize; /*!< Size of the remaining data to receive. */192 size_t rxDataSizeAll; /*!< Size of the data to receive. */194 uint8_t *rxRingBuffer; /*!< Start address of the receiver ring buffer. */195 size_t rxRingBufferSize; /*!< Size of the ring buffer. */196 …le uint16_t rxRingBufferHead; /*!< Index for the driver to store received data into ring buffer. */[all …]