Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpspi_edma.h59 struct _lpspi_master_edma_handle struct
61 volatile bool isPcsContinuous; /*!< Is PCS continuous in transfer. */
63 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */
65 volatile uint8_t fifoSize; /*!< FIFO dataSize. */
67 volatile uint8_t rxWatermark; /*!< Rx watermark. */
69 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR . */
70 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR . */
72 volatile uint8_t bytesLastRead; /*!< Bytes for last read RDR . */
73 volatile uint8_t isThereExtraRxBytes; /*!< Is there extra RX byte. */
75 uint8_t *volatile txData; /*!< Send buffer. */
[all …]