Searched defs:_lpspi_master_edma_handle (Results 1 – 2 of 2) sorted by relevance
67 struct _lpspi_master_edma_handle struct69 volatile bool isPcsContinuous; /*!< Is PCS continuous in transfer. */71 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */73 volatile uint8_t fifoSize; /*!< FIFO dataSize. */75 volatile uint8_t rxWatermark; /*!< Rx watermark. */77 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */78 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */80 volatile uint8_t bytesLastRead; /*!< Bytes for last read RDR. */81 volatile bool isThereExtraRxBytes; /*!< Is there extra RX byte. */83 const uint8_t *volatile txData; /*!< Send buffer. */[all …]
64 struct _lpspi_master_edma_handle struct66 volatile bool isPcsContinuous; /*!< Is PCS continuous in transfer. */68 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */70 volatile uint8_t fifoSize; /*!< FIFO dataSize. */72 volatile uint8_t rxWatermark; /*!< Rx watermark. */74 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */75 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */77 volatile uint8_t bytesLastRead; /*!< Bytes for last read RDR. */78 volatile bool isThereExtraRxBytes; /*!< Is there extra RX byte. */80 const uint8_t *volatile txData; /*!< Send buffer. */[all …]