ESP-IDF
spi_flash_hal_context_t::spi
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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::spi
spi_flash_hal_context_t::spi field
Syntax
Show:
Summary
Declaration
from
spi_flash_hal.h:37
spi_dev_t
*
spi
;
Examples
References
from
examples
Code
Location
Referrer
spi_dev_t
*
spi
;
///< Pointer to SPI peripheral registers (SP1, SPI2 or SPI3). Set before initialisation.
spi_flash_hal.h:37
(
(
memspi_host_inst_t
*
)
chip
->
host
)
->
spi
==
NULL
)
{
esp_flash_api.c:264
esp_flash_init()
(
(
memspi_host_inst_t
*
)
chip
->
host
)
->
spi
==
NULL
)
{
esp_flash_api.c:337
esp_flash_init_main()
if
(
(
void
*
)
(
(
memspi_host_inst_t
*
)
host
)
->
spi
==
(
void
*
)
spi_flash_ll_get_hw
(
SPI1_HOST
)
)
{
memspi_host_driver.c:134
memspi_host_flush_cache()
.
spi
=
spi_flash_ll_get_hw
(
cfg
->
host_id
)
,
spi_flash_hal.c:110
spi_flash_hal_init()
bool
direct_write
=
(
(
(
spi_flash_hal_context_t
*
)
host
)
->
spi
!=
spi_flash_ll_get_hw
(
SPI1_HOST
)
)
;
spi_flash_hal.c:151
spi_flash_hal_supports_direct_write()
bool
direct_read
=
(
(
(
spi_flash_hal_context_t
*
)
host
)
->
spi
!=
spi_flash_ll_get_hw
(
SPI1_HOST
)
)
;
spi_flash_hal.c:160
spi_flash_hal_supports_direct_read()
return
(
(
spi_flash_hal_context_t
*
)
host
)
->
spi
;
spi_flash_hal_common.inc:29
get_spi_dev()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_flash_hal_context_t::spi
is read by 6 functions:
All items filtered out
spi_flash_hal_context_t::spi
spi_flash_hal_supports_direct_write()
spi_flash_hal_supports_direct_read()
get_spi_dev()
memspi_host_flush_cache()
esp_flash_init()
esp_flash_init_main()
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