Home
last modified time | relevance | path

Searched defs:_lpspi_slave_edma_handle (Results 1 – 1 of 1) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpspi_edma.h104 struct _lpspi_slave_edma_handle struct
106 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */
108 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 . */
115 volatile uint8_t bytesLastRead; /*!< Bytes for last read RDR . */
116 volatile uint8_t isThereExtraRxBytes; /*!< Is there extra RX byte. */
118 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */
120 uint8_t *volatile txData; /*!< Send buffer. */
[all …]