Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart.h288 struct _lpuart_handle struct
290 const uint8_t *volatile txData; /*!< Address of remaining data to send. */
291 volatile size_t txDataSize; /*!< Size of the remaining data to send. */
292 size_t txDataSizeAll; /*!< Size of the data to send out. */
293 uint8_t *volatile rxData; /*!< Address of remaining data to receive. */
294 volatile size_t rxDataSize; /*!< Size of the remaining data to receive. */
295 size_t rxDataSizeAll; /*!< Size of the data to receive. */
297 uint8_t *rxRingBuffer; /*!< Start address of the receiver ring buffer. */
298 size_t rxRingBufferSize; /*!< Size of the ring buffer. */
299 …le uint16_t rxRingBufferHead; /*!< Index for the driver to store received data into ring buffer. */
[all …]