Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_usart.h185 struct _usart_handle struct
187 const uint8_t *volatile txData; /*!< Address of remaining data to send. */
188 volatile size_t txDataSize; /*!< Size of the remaining data to send. */
189 size_t txDataSizeAll; /*!< Size of the data to send out. */
190 uint8_t *volatile rxData; /*!< Address of remaining data to receive. */
191 volatile size_t rxDataSize; /*!< Size of the remaining data to receive. */
192 size_t rxDataSizeAll; /*!< Size of the data to receive. */
194 uint8_t *rxRingBuffer; /*!< Start address of the receiver ring buffer. */
195 size_t rxRingBufferSize; /*!< Size of the ring buffer. */
196 …le uint16_t rxRingBufferHead; /*!< Index for the driver to store received data into ring buffer. */
[all …]