ESP-IDF
esp_psram_io_get_cs_io()
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
esp_psram_io_get_cs_io()
esp_psram_io_get_cs_io() function
get psram CS IO This interface should be called after PSRAM is enabled, otherwise it will return an invalid value -1/0xff.
Syntax
Show:
Summary
Declaration
Definition
from
esp_psram_io.h:25
uint8_t
esp_psram_io_get_cs_io
(
void
)
;
Implemented in
esp_psram.c:451
Return value
psram CS IO or -1/0xff if psram not enabled
Examples
References
from
examples
Code
Location
Referrer
uint8_t
esp_psram_io_get_cs_io
(
void
)
esp_psram.c:451
uint8_t
esp_psram_io_get_cs_io
(
void
)
;
esp_psram_io.h:25
return
esp_psram_io_get_cs_io
(
)
;
flash_ops.c:239
esp_mspi_get_io()
Call Tree
from
examples
esp_psram_io_get_cs_io()
is called by 1 function and calls 1 function:
esp_mspi_get_io()
All items filtered out
esp_psram_io_get_cs_io()
esp_psram_impl_get_cs_io()
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