Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart.h290 struct _lpuart_handle struct
293 {
297 volatile size_t txDataSize; /*!< Size of the remaining data to send. */
298 size_t txDataSizeAll; /*!< Size of the data to send out. */
300 {
304 volatile size_t rxDataSize; /*!< Size of the remaining data to receive. */
305 size_t rxDataSizeAll; /*!< Size of the data to receive. */
308 {
312 size_t rxRingBufferSize; /*!< Size of the ring buffer. */
313 …e uint16_t rxRingBufferHead; /*!< Index for the driver to store received data into ring buffer. */
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/
Dfsl_lpuart.h365 struct _lpuart_handle struct
368 {
372 volatile size_t txDataSize; /*!< Size of the remaining data to send. */
373 size_t txDataSizeAll; /*!< Size of the data to send out. */
375 {
379 volatile size_t rxDataSize; /*!< Size of the remaining data to receive. */
380 size_t rxDataSizeAll; /*!< Size of the data to receive. */
383 {
387 size_t rxRingBufferSize; /*!< Size of the ring buffer. */
388 …e uint16_t rxRingBufferHead; /*!< Index for the driver to store received data into ring buffer. */
[all …]