Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpc_miniusart/
Dfsl_usart.h240 struct _usart_handle struct
242 const uint8_t *volatile txData; /*!< Address of remaining data to send. */
243 volatile size_t txDataSize; /*!< Size of the remaining data to send. */
244 size_t txDataSizeAll; /*!< Size of the data to send out. */
245 uint8_t *volatile rxData; /*!< Address of remaining data to receive. */
246 volatile size_t rxDataSize; /*!< Size of the remaining data to receive. */
247 size_t rxDataSizeAll; /*!< Size of the data to receive. */
249 uint8_t *rxRingBuffer; /*!< Start address of the receiver ring buffer. */
250 size_t rxRingBufferSize; /*!< Size of the ring buffer. */
251 …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/flexcomm/usart/
Dfsl_usart.h254 struct _usart_handle struct
256 const uint8_t *volatile txData; /*!< Address of remaining data to send. */
257 volatile size_t txDataSize; /*!< Size of the remaining data to send. */
258 size_t txDataSizeAll; /*!< Size of the data to send out. */
259 uint8_t *volatile rxData; /*!< Address of remaining data to receive. */
260 volatile size_t rxDataSize; /*!< Size of the remaining data to receive. */
261 size_t rxDataSizeAll; /*!< Size of the data to receive. */
263 uint8_t *rxRingBuffer; /*!< Start address of the receiver ring buffer. */
264 size_t rxRingBufferSize; /*!< Size of the ring buffer. */
265 …le uint16_t rxRingBufferHead; /*!< Index for the driver to store received data into ring buffer. */
[all …]