Home
last modified time | relevance | path

Searched defs:spi_transaction_t (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.4.0/components/driver/include/driver/
Dspi_master.h48 typedef struct spi_transaction_t spi_transaction_t; typedef
115 struct spi_transaction_t { struct
116 uint32_t flags; ///< Bitwise OR of SPI_TRANS_* flags
117 … 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