Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart.h123 struct _flexio_uart_handle struct
125 const uint8_t *volatile txData; /*!< Address of remaining data to send. */
126 volatile size_t txDataSize; /*!< Size of the remaining data to send. */
127 uint8_t *volatile rxData; /*!< Address of remaining data to receive. */
128 volatile size_t rxDataSize; /*!< Size of the remaining data to receive. */
129 size_t txDataSizeAll; /*!< Total bytes to be sent. */
130 size_t rxDataSizeAll; /*!< Total bytes to be received. */
132 uint8_t *rxRingBuffer; /*!< Start address of the receiver ring buffer. */
133 size_t rxRingBufferSize; /*!< Size of the ring buffer. */
134 …le uint16_t rxRingBufferHead; /*!< Index for the driver to store received data into ring buffer. */
[all …]