Searched defs:mxc_spixf_req (Results 1 – 5 of 5) sorted by relevance
192 struct mxc_spixf_req { struct193 uint8_t deass; ///< De-assert slave select at the end of the transaction.194 uint8_t wait_tx; ///< Wait for the TX FIFO to be empty before returning.195 const uint8_t *tx_data; ///< TX buffer.196 uint8_t *rx_data; ///< RX buffer.197 mxc_spixf_width_t width; ///< Number of data lines to use198 unsigned len; ///< Number of bytes to send.199 unsigned read_num; ///< Number of bytes read.200 unsigned write_num; ///< Number of bytes written.201 spixr_complete_cb_t callback; ///< callback function
190 struct mxc_spixf_req { struct191 uint8_t deass; ///< De-assert slave select at the end of the transaction.192 uint8_t wait_tx; ///< Wait for the TX FIFO to be empty before returning.193 const uint8_t *tx_data; ///< TX buffer.194 uint8_t *rx_data; ///< RX buffer.195 mxc_spixf_width_t width; ///< Number of data lines to use196 unsigned len; ///< Number of bytes to send.197 unsigned read_num; ///< Number of bytes read.198 unsigned write_num; ///< Number of bytes written.199 spixr_complete_cb_t callback; ///< callback function