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