ESP-IDF
+
0
/1 examples
SourceVu will show references to
spi_flash_trans_t
from the following samples and libraries:
custom_flash_driver 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_flash_trans_t
spi_flash_trans_t struct
Definition of a common transaction. Also holds the return value.
Syntax
Show:
Summary
Declaration
from
spi_flash_types.h:18
typedef
struct
{
uint8_t
reserved
;
uint8_t
mosi_len
;
uint8_t
miso_len
;
uint8_t
address_bitlen
;
uint32_t
address
;
const
uint8_t
*
mosi_data
;
uint8_t
*
miso_data
;
uint32_t
flags
;
#define
SPI_FLASH_TRANS_FLAG_CMD16
BIT
(
0
)
#define
SPI_FLASH_TRANS_FLAG_IGNORE_BASEIO
BIT
(
1
)
#define
SPI_FLASH_TRANS_FLAG_BYTE_SWAP
BIT
(
2
)
#define
SPI_FLASH_TRANS_FLAG_PE_CMD
BIT
(
3
)
uint16_t
command
;
uint8_t
dummy_bitlen
;
uint32_t
io_mode
;
}
spi_flash_trans_t
;
Fields
Field
Declared as
spi_flash_trans_t::reserved
uint8_t
spi_flash_trans_t::mosi_len
uint8_t
spi_flash_trans_t::miso_len
uint8_t
spi_flash_trans_t::address_bitlen
uint8_t
spi_flash_trans_t::address
uint32_t
spi_flash_trans_t::mosi_data
const
uint8_t
*
spi_flash_trans_t::miso_data
uint8_t
*
spi_flash_trans_t::flags
uint32_t
spi_flash_trans_t::command
uint16_t
spi_flash_trans_t::dummy_bitlen
uint8_t
spi_flash_trans_t::io_mode
uint32_t
Examples
spi_flash_trans_t
is referenced by 1 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