Searched defs:mxc_spixf_reva_req (Results 1 – 1 of 1) sorted by relevance
170 struct mxc_spixf_reva_req { struct171 uint8_t deass; ///< De-assert slave select at the end of the transaction.172 uint8_t wait_tx; ///< Wait for the TX FIFO to be empty before returning.173 const uint8_t *tx_data; ///< TX buffer.174 uint8_t *rx_data; ///< RX buffer.175 mxc_spixf_reva_width_t width; ///< Number of data lines to use176 unsigned len; ///< Number of bytes to send.177 unsigned read_num; ///< Number of bytes read.178 unsigned write_num; ///< Number of bytes written.179 spixr_complete_cb_t callback; ///< callback function