Searched defs:spi_transaction_t (Results 1 – 1 of 1) sorted by relevance
53 typedef struct spi_transaction_t spi_transaction_t; typedef122 struct spi_transaction_t { struct123 uint32_t flags; ///< Bitwise OR of SPI_TRANS_* flags124 … Command data, of which the length is set in the ``command_bits`` of spi_device_interface_config_t.130 … Address data, of which the length is set in the ``address_bits`` of spi_device_interface_config_t.154 …struct spi_transaction_t base; ///< Transaction data, so that pointer to spi_transaction_t can be… argument