Searched defs:_lpspi_master_handle (Results 1 – 1 of 1) sorted by relevance
355 struct _lpspi_master_handle struct357 volatile bool isPcsContinuous; /*!< Is PCS continuous in transfer. */358 volatile bool writeTcrInIsr; /*!< A flag that whether should write TCR in ISR. */360 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */361 volatile bool isTxMask; /*!< A flag that whether TCR[TXMSK] is set. */362 volatile uint16_t bytesPerFrame; /*!< Number of bytes in each frame */364 volatile uint8_t fifoSize; /*!< FIFO dataSize. */366 volatile uint8_t rxWatermark; /*!< Rx watermark. */368 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */369 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */[all …]