Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/uart/
Dfsl_uart.h200 struct _uart_handle struct
202 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 …]
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/iuart/
Dfsl_uart.h209 struct _uart_handle struct
211 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 …]