Searched defs:_flexio_spi_master_handle (Results 1 – 1 of 1) sorted by relevance
180 struct _flexio_spi_master_handle struct182 const uint8_t *txData; /*!< Transfer buffer. */183 uint8_t *rxData; /*!< Receive buffer. */184 size_t transferSize; /*!< Total bytes to be transferred. */185 volatile size_t txRemainingBytes; /*!< Send data remaining in bytes. */186 volatile size_t rxRemainingBytes; /*!< Receive data remaining in bytes. */187 volatile uint32_t state; /*!< FlexIO SPI internal state. */188 uint8_t bytePerFrame; /*!< SPI mode, 2bytes or 1byte in a frame */189 flexio_spi_shift_direction_t direction; /*!< Shift direction. */190 flexio_spi_master_transfer_callback_t callback; /*!< FlexIO SPI callback. */[all …]