Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_lpspi_edma.h104 struct _lpspi_slave_edma_handle struct
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 . */
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