Searched defs:_lpspi_master_handle (Results 1 – 1 of 1) sorted by relevance
346 struct _lpspi_master_handle struct348 volatile bool isPcsContinuous; /*!< Is PCS continuous in transfer. */349 volatile bool writeTcrInIsr; /*!< A flag that whether should write TCR in ISR. */351 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */353 volatile uint8_t fifoSize; /*!< FIFO dataSize. */355 volatile uint8_t rxWatermark; /*!< Rx watermark. */357 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR . */358 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR . */360 uint8_t *volatile txData; /*!< Send buffer. */361 uint8_t *volatile rxData; /*!< Receive buffer. */[all …]