Searched defs:_dspi_master_edma_handle (Results 1 – 1 of 1) sorted by relevance
76 struct _dspi_master_edma_handle struct78 uint32_t bitsPerFrame; /*!< The desired number of bits per frame. */79 volatile uint32_t command; /*!< The desired data command. */80 volatile uint32_t lastCommand; /*!< The desired last data command. */82 uint8_t fifoSize; /*!< FIFO dataSize. */85 …eAfterTransfer; /*!< Indicates whether the PCS signal keeps active after the last frame transfer.*/87 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */88 volatile uint8_t state; /*!< DSPI transfer state, see @ref _dspi_transfer_state.*/90 const uint8_t *volatile txData; /*!< Send buffer. */91 uint8_t *volatile rxData; /*!< Receive buffer. */[all …]