Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.h359 struct _dspi_master_handle struct
361 uint32_t bitsPerFrame; /*!< The desired number of bits per frame. */
362 volatile uint32_t command; /*!< The desired data command. */
363 volatile uint32_t lastCommand; /*!< The desired last data command. */
365 uint8_t fifoSize; /*!< FIFO dataSize. */
368 …veAfterTransfer; /*!< Indicates whether the PCS signal is active after the last frame transfer.*/
369 volatile bool isThereExtraByte; /*!< Indicates whether there are extra bytes.*/
371 uint8_t *volatile txData; /*!< Send buffer. */
372 uint8_t *volatile rxData; /*!< Receive buffer. */
373 volatile size_t remainingSendByteCount; /*!< A number of bytes remaining to send.*/
[all …]