Searched defs:_dspi_master_edma_handle (Results 1 – 1 of 1) sorted by relevance
72 struct _dspi_master_edma_handle struct74 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 …]