Searched defs:_lpspi_slave_edma_handle (Results 1 – 1 of 1) sorted by relevance
104 struct _lpspi_slave_edma_handle struct108 volatile uint8_t fifoSize; /*!< FIFO dataSize. */110 volatile uint8_t rxWatermark; /*!< Rx watermark. */112 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR . */113 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR . */120 uint8_t *volatile txData; /*!< Send buffer. */121 uint8_t *volatile rxData; /*!< Receive buffer. */128 uint32_t totalByteCount; /*!< Number of transfer bytes*/133 volatile uint8_t state; /*!< LPSPI transfer state.*/135 uint32_t errorCount; /*!< Error count for slave transfer.*/[all …]
Completed in 5 milliseconds