Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi_edma.h109 struct _lpspi_slave_edma_handle struct
111 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */
113 volatile uint8_t fifoSize; /*!< FIFO dataSize. */
115 volatile uint8_t rxWatermark; /*!< Rx watermark. */
117 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */
118 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */
120 volatile uint8_t bytesLastRead; /*!< Bytes for last read RDR. */
121 volatile bool isThereExtraRxBytes; /*!< Is there extra RX byte. */
123 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */
125 uint8_t *volatile txData; /*!< Send buffer. */
[all …]
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_edma.h109 struct _lpspi_slave_edma_handle struct
111 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */
113 volatile uint8_t fifoSize; /*!< FIFO dataSize. */
115 volatile uint8_t rxWatermark; /*!< Rx watermark. */
117 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */
118 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */
120 volatile uint8_t bytesLastRead; /*!< Bytes for last read RDR. */
121 volatile bool isThereExtraRxBytes; /*!< Is there extra RX byte. */
123 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */
125 const uint8_t *volatile txData; /*!< Send buffer. */
[all …]