ESP-IDF
spi_flash_hal_context_t::slicer_flags
is only used within ESP-IDF.
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_hal_context_t::slicer_flags
spi_flash_hal_context_t::slicer_flags field
Syntax
Show:
Summary
Declaration
from
spi_flash_hal.h:52
uint32_t
slicer_flags
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
slicer_flags
;
/// Slicer flags for configuring how to slice data correctly while reading or writing.
spi_flash_hal.h:52
uint32_t
slicer_flag
=
(
(
spi_flash_hal_context_t
*
)
host
)
->
slicer_flags
;
memspi_host_driver.c:211
memspi_host_write_data_slicer()
uint32_t
slicer_flag
=
(
(
spi_flash_hal_context_t
*
)
host
)
->
slicer_flags
;
memspi_host_driver.c:236
memspi_host_read_data_slicer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_flash_hal_context_t::slicer_flags
is read by 2 functions:
All items filtered out
spi_flash_hal_context_t::slicer_flags
memspi_host_write_data_slicer()
memspi_host_read_data_slicer()
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