ESP-IDF
SPI0
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
SPI0
SPI0 variable
Syntax
Show:
Summary
Declaration
from
spi_struct.h:501
extern
spi_dev_t
SPI0
;
Examples
References
from
examples
Code
Location
Referrer
extern
spi_dev_t
SPI0
;
/* SPI0 IS FOR INTERNAL USE*/
spi_struct.h:501
uint32_t
spi_ctrl
=
spi_flash_ll_get_ctrl_val
(
&
SPIMEM_LL_CACHE
)
;
bootloader_flash.c:800
bootloader_flash_get_spi_mode()
status
&=
spi_flash_ll_host_idle
(
&
SPI0
)
;
spi_flash_hal_iram.c:119
spi_flash_hal_check_status()
SPI0
.
slave
.
sync_reset
=
0
;
spi_flash_ll.h:486
spi_flash_ll_sync_reset()
SPI0
.
slave
.
sync_reset
=
1
;
spi_flash_ll.h:488
spi_flash_ll_sync_reset()
SPI0
.
slave
.
sync_reset
=
0
;
spi_flash_ll.h:490
spi_flash_ll_sync_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SPI0
is read by 1 function:
All items filtered out
SPI0
spi_flash_ll_sync_reset()
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