Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_dspi_edma.h72 struct _dspi_master_edma_handle struct
74 uint32_t bitsPerFrame; /*!< The desired number of bits per frame. */
75 volatile uint32_t command; /*!< The desired data command. */
76 volatile uint32_t lastCommand; /*!< The desired last data command. */
78 uint8_t fifoSize; /*!< FIFO dataSize. */
81 …eAfterTransfer; /*!< Indicates whether the PCS signal keeps active after the last frame transfer.*/
83 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */
84 volatile uint8_t state; /*!< DSPI transfer state, see @ref _dspi_transfer_state.*/
86 uint8_t *volatile txData; /*!< Send buffer. */
87 uint8_t *volatile rxData; /*!< Receive buffer. */
[all …]