Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.h390 struct _lpspi_slave_handle struct
392 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */
394 volatile uint8_t fifoSize; /*!< FIFO dataSize. */
396 volatile uint8_t rxWatermark; /*!< Rx watermark. */
398 volatile uint8_t bytesEachWrite; /*!< Bytes for each write TDR. */
399 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */
401 uint8_t *volatile txData; /*!< Send buffer. */
402 uint8_t *volatile rxData; /*!< Receive buffer. */
404 volatile size_t txRemainingByteCount; /*!< Number of bytes remaining to send.*/
405 volatile size_t rxRemainingByteCount; /*!< Number of bytes remaining to receive.*/
[all …]