Searched refs:spixfer_req (Results 1 – 2 of 2) sorted by relevance
69 tmp_spi->spixfer_req.width = SPI17Y_WIDTH_1; in spi_configure()70 tmp_spi->spixfer_req.bits = configuration->data_width; in spi_configure()71 tmp_spi->spixfer_req.ssel = 0; in spi_configure()72 tmp_spi->spixfer_req.deass = 1; in spi_configure()73 tmp_spi->spixfer_req.tx_num = 0; in spi_configure()74 tmp_spi->spixfer_req.rx_num = 0; in spi_configure()75 tmp_spi->spixfer_req.callback = NULL; in spi_configure()97 tmp_spi->spixfer_req.tx_data = message->send_buf; in spixfer()98 tmp_spi->spixfer_req.rx_data = message->recv_buf; in spixfer()99 tmp_spi->spixfer_req.len = message->length; in spixfer()[all …]
62 spi_req_t spixfer_req; member
Completed in 6 milliseconds