ESP-IDF
SPI_EXT2_REG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SPI_EXT2_REG
SPI_EXT2_REG macro
Syntax
Show:
Summary
Declaration
from
spi_reg.h:1181
#define
SPI_EXT2_REG
(
i
)
(
REG_SPI_BASE
(
i
)
+
0xF8
)
Arguments
Argument
i
Examples
References
from
examples
Code
Location
#define
SPI_EXT2_REG
(
i
)
(
REG_SPI_BASE
(
i
)
+
0xF8
)
spi_reg.h:1181
while
(
READ_PERI_REG
(
SPI_EXT2_REG
(
0
)
)
!=
0
)
;
esp_psram_impl_quad.c:313
spi_status
=
READ_PERI_REG
(
SPI_EXT2_REG
(
PSRAM_SPI_NUM
)
)
;
esp_psram_impl_quad.c:1021
while
(
(
REG_READ
(
SPI_EXT2_REG
(
1
)
)
&
SPI_ST
)
)
{
esp_rom_spiflash.c:39
while
(
(
REG_READ
(
SPI_EXT2_REG
(
0
)
)
&
SPI_ST
)
)
{
esp_rom_spiflash.c:41
while
(
(
REG_READ
(
SPI_EXT2_REG
(
1
)
)
&
SPI_ST
)
)
{
esp_rom_spiflash.c:405
while
(
(
REG_READ
(
SPI_EXT2_REG
(
0
)
)
&
SPI_ST
)
)
{
esp_rom_spiflash.c:407
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