ESP-IDF
SPI_PIN_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_PIN_REG
SPI_PIN_REG macro
Syntax
Show:
Summary
Declaration
from
spi_reg.h:565
#define
SPI_PIN_REG
(
i
)
(
REG_SPI_BASE
(
i
)
+
0x34
)
Arguments
Argument
i
Examples
References
from
examples
Code
Location
#define
SPI_PIN_REG
(
i
)
(
REG_SPI_BASE
(
i
)
+
0x34
)
spi_reg.h:565
CLEAR_PERI_REG_MASK
(
SPI_PIN_REG
(
PSRAM_SPI_1
)
,
SPI_CS1_DIS_M
)
;
esp_psram_impl_quad.c:299
SET_PERI_REG_MASK
(
SPI_PIN_REG
(
PSRAM_SPI_1
)
,
SPI_CS0_DIS_M
)
;
esp_psram_impl_quad.c:300
SET_PERI_REG_MASK
(
SPI_PIN_REG
(
PSRAM_SPI_1
)
,
SPI_CS1_DIS_M
)
;
esp_psram_impl_quad.c:327
CLEAR_PERI_REG_MASK
(
SPI_PIN_REG
(
PSRAM_SPI_1
)
,
SPI_CS0_DIS_M
)
;
esp_psram_impl_quad.c:328
CLEAR_PERI_REG_MASK
(
SPI_PIN_REG
(
spi_num
)
,
SPI_CK_IDLE_EDGE
)
;
esp_psram_impl_quad.c:720
CLEAR_PERI_REG_MASK
(
SPI_PIN_REG
(
0
)
,
SPI_CS1_DIS_M
)
;
//ENABLE SPI0 CS1 TO PSRAM(CS0--FLASH; CS1--SRAM)
esp_psram_impl_quad.c:1147
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