Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_flexio_uart.h106 struct _flexio_uart_handle struct
108 uint8_t *volatile txData; /*!< Address of remaining data to send. */
109 volatile size_t txDataSize; /*!< Size of the remaining data to send. */
110 uint8_t *volatile rxData; /*!< Address of remaining data to receive. */
111 volatile size_t rxDataSize; /*!< Size of the remaining data to receive. */
112 size_t txDataSizeAll; /*!< Total bytes to be sent. */
113 size_t rxDataSizeAll; /*!< Total bytes to be received. */
116 size_t rxRingBufferSize; /*!< Size of the ring buffer. */
120 flexio_uart_transfer_callback_t callback; /*!< Callback function. */
123 volatile uint8_t txState; /*!< TX transfer state. */
[all …]

Completed in 5 milliseconds