ESP-IDF
+
0
/3 examples
SourceVu will show references to
spi_transaction_ext_t
from the following samples and libraries:
host sample
master sample
seg_master sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spi_transaction_ext_t
spi_transaction_ext_t struct
This struct is for SPI transactions which may change their address and command length. Please do set the flags in base to ``SPI_TRANS_VARIABLE_CMD_ADR`` to use the bit length here.
Syntax
Show:
Summary
Declaration
from
spi_master.h:155
typedef
struct
{
struct
spi_transaction_t
base
;
uint8_t
command_bits
;
uint8_t
address_bits
;
uint8_t
dummy_bits
;
}
spi_transaction_ext_t
;
Fields
Field
Declared as
spi_transaction_ext_t::base
struct
spi_transaction_t
spi_transaction_ext_t::command_bits
uint8_t
spi_transaction_ext_t::address_bits
uint8_t
spi_transaction_ext_t::dummy_bits
uint8_t
Examples
spi_transaction_ext_t
is referenced by 3 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out