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