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