Searched defs:_lpspi_slave_handle (Results 1 – 1 of 1) sorted by relevance
379 struct _lpspi_slave_handle struct381 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 …]