Home
last modified time | relevance | path

Searched defs:_lpuart_handle (Results 1 – 1 of 1) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpuart.h227 struct _lpuart_handle struct
229 uint8_t *volatile txData; /*!< Address of remaining data to send. */
230 volatile size_t txDataSize; /*!< Size of the remaining data to send. */
231 size_t txDataSizeAll; /*!< Size of the data to send out. */
232 uint8_t *volatile rxData; /*!< Address of remaining data to receive. */
233 volatile size_t rxDataSize; /*!< Size of the remaining data to receive. */
234 size_t rxDataSizeAll; /*!< Size of the data to receive. */
236 uint8_t *rxRingBuffer; /*!< Start address of the receiver ring buffer. */
237 size_t rxRingBufferSize; /*!< Size of the ring buffer. */
238 …le uint16_t rxRingBufferHead; /*!< Index for the driver to store received data into ring buffer. */
[all …]