Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpspi.h379 struct _lpspi_slave_handle struct
381 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */
383 volatile uint8_t fifoSize; /*!< FIFO dataSize. */
385 volatile uint8_t rxWatermark; /*!< Rx watermark. */
387 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR . */
388 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR . */
390 uint8_t *volatile txData; /*!< Send buffer. */
391 uint8_t *volatile rxData; /*!< Receive buffer. */
393 volatile size_t txRemainingByteCount; /*!< Number of bytes remaining to send.*/
394 volatile size_t rxRemainingByteCount; /*!< Number of bytes remaining to receive.*/
[all …]