Searched defs:_lpspi_slave_edma_handle (Results 1 – 2 of 2) sorted by relevance
109 struct _lpspi_slave_edma_handle struct111 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */113 volatile uint8_t fifoSize; /*!< FIFO dataSize. */115 volatile uint8_t rxWatermark; /*!< Rx watermark. */117 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */118 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */120 volatile uint8_t bytesLastRead; /*!< Bytes for last read RDR. */121 volatile bool isThereExtraRxBytes; /*!< Is there extra RX byte. */123 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */125 uint8_t *volatile txData; /*!< Send buffer. */[all …]
109 struct _lpspi_slave_edma_handle struct111 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */113 volatile uint8_t fifoSize; /*!< FIFO dataSize. */115 volatile uint8_t rxWatermark; /*!< Rx watermark. */117 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */118 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */120 volatile uint8_t bytesLastRead; /*!< Bytes for last read RDR. */121 volatile bool isThereExtraRxBytes; /*!< Is there extra RX byte. */123 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */125 const uint8_t *volatile txData; /*!< Send buffer. */[all …]