Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flexio_spi.h164 struct _flexio_spi_master_handle struct
166 uint8_t *txData; /*!< Transfer buffer. */
167 uint8_t *rxData; /*!< Receive buffer. */
168 size_t transferSize; /*!< Total bytes to be transferred. */
169 volatile size_t txRemainingBytes; /*!< Send data remaining in bytes. */
170 volatile size_t rxRemainingBytes; /*!< Receive data remaining in bytes. */
171 volatile uint32_t state; /*!< FlexIO SPI internal state. */
172 uint8_t bytePerFrame; /*!< SPI mode, 2bytes or 1byte in a frame */
173 flexio_spi_shift_direction_t direction; /*!< Shift direction. */
174 flexio_spi_master_transfer_callback_t callback; /*!< FlexIO SPI callback. */
[all …]