ESP-IDF
+
0
/1 examples
SourceVu will show references to
spi_flash_chip_t::name
from the following samples and libraries:
custom_flash_driver sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_chip_t::name
spi_flash_chip_t::name field
Syntax
Show:
Summary
Declaration
from
spi_flash_chip_driver.h:53
const
char
*
name
;
Examples
spi_flash_chip_t::name
is referenced by 1 libraries and example projects:
custom_flash_driver sample
References
from
0/1
examples
Code
Location
Referrer
const
char
*
name
;
///< Name of the chip driver
spi_flash_chip_driver.h:53
ESP_EARLY_LOGE
(
TAG
,
"chip %s doesn't support reading unique id"
,
chip
->
chip_drv
->
name
)
;
esp_flash_api.c:480
esp_flash_read_unique_chip_id()
ESP_EARLY_LOGD
(
TAG
,
"trying chip: %s"
,
chip
->
chip_drv
->
name
)
;
esp_flash_api.c:503
detect_spi_flash_chip()
ESP_EARLY_LOGI
(
TAG
,
"detected chip: %s"
,
chip
->
chip_drv
->
name
)
;
esp_flash_api.c:524
detect_spi_flash_chip()
.
name
=
chip_name
,
spi_flash_chip_boya.c:52
.
name
=
chip_name
,
spi_flash_chip_gd.c:145
.
name
=
chip_name
,
spi_flash_chip_generic.c:650
.
name
=
chip_name
,
spi_flash_chip_issi.c:76
.
name
=
chip_name
,
spi_flash_chip_mxic.c:72
.
name
=
chip_name
,
spi_flash_chip_mxic_opi.c:390
.
name
=
chip_name
,
spi_flash_chip_th.c:43
.
name
=
chip_name
,
spi_flash_chip_winbond.c:157
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
spi_flash_chip_t::name
is read by 2 functions:
All items filtered out
spi_flash_chip_t::name
esp_flash_read_unique_chip_id()
detect_spi_flash_chip()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out