Searched defs:_dspi_master_handle (Results 1 – 1 of 1) sorted by relevance
382 struct _dspi_master_handle struct384 uint32_t bitsPerFrame; /*!< The desired number of bits per frame. */385 volatile uint32_t command; /*!< The desired data command. */386 volatile uint32_t lastCommand; /*!< The desired last data command. */388 uint8_t fifoSize; /*!< FIFO dataSize. */391 …veAfterTransfer; /*!< Indicates whether the PCS signal is active after the last frame transfer.*/392 volatile bool isThereExtraByte; /*!< Indicates whether there are extra bytes.*/394 const uint8_t *volatile txData; /*!< Send buffer. */395 uint8_t *volatile rxData; /*!< Receive buffer. */396 volatile size_t remainingSendByteCount; /*!< A number of bytes remaining to send.*/[all …]