ESP-IDF
esp_flash_t::chip_id
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_flash_t::chip_id
esp_flash_t::chip_id field
Syntax
Show:
Summary
Declaration
from
esp_flash.h:103
uint32_t
chip_id
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
chip_id
;
///< Detected chip id.
esp_flash.h:103
chip
->
chip_id
=
flash_id
;
esp_flash_api.c:278
esp_flash_init()
chip
->
chip_id
=
flash_id
;
esp_flash_api.c:358
esp_flash_init_main()
uint32_t
flash_id
=
chip
->
chip_id
;
esp_flash_api.c:495
detect_spi_flash_chip()
if
(
(
chip
->
chip_id
&
0xFF
)
>=
0x19
)
{
spi_flash_chip_gd.c:34
spi_flash_chip_gd_get_caps()
uint32_t
id
=
chip
->
chip_id
;
spi_flash_chip_gd.c:57
spi_flash_chip_gd_detect_size()
if
(
WRSR_16B_REQUIRED
(
chip
->
chip_id
)
)
{
spi_flash_chip_gd.c:100
spi_flash_chip_gd_set_io_mode()
uint32_t
id
=
chip
->
chip_id
;
spi_flash_chip_generic.c:91
spi_flash_chip_generic_detect_size()
if
(
chip
->
chip_id
>
>
16
==
0x46
)
{
spi_flash_chip_generic.c:608
spi_flash_chip_generic_get_caps()
if
(
chip
->
chip_id
>
>
16
==
0x20
)
{
spi_flash_chip_generic.c:613
spi_flash_chip_generic_get_caps()
if
(
chip
->
chip_id
>
>
16
==
0xa1
)
{
spi_flash_chip_generic.c:639
spi_flash_chip_generic_get_caps()
if
(
chip
->
chip_id
>
>
16
!=
0x20
&&
chip
->
chip_id
>
>
16
!=
0xa1
&&
chip
->
chip_id
>
>
16
!=
0x46
)
{
spi_flash_chip_generic.c:833
spi_flash_chip_generic_suspend_cmd_conf()
uint32_t
id
=
chip
->
chip_id
;
spi_flash_chip_mxic.c:32
spi_flash_chip_mxic_detect_size()
uint32_t
id
=
chip
->
chip_id
;
spi_flash_chip_mxic_opi.c:43
spi_flash_chip_mxic_opi_detect_size()
if
(
(
chip
->
chip_id
&
0xFF
)
>=
0x19
)
{
spi_flash_chip_winbond.c:143
spi_flash_chip_winbond_get_caps()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_flash_t::chip_id
is written by 2 functions and is read by 10 functions:
esp_flash_init()
esp_flash_init_main()
All items filtered out
esp_flash_t::chip_id
spi_flash_chip_generic_detect_size()
spi_flash_chip_generic_get_caps()
spi_flash_chip_generic_suspend_cmd_conf()
spi_flash_chip_mxic_detect_size()
spi_flash_chip_gd_get_caps()
spi_flash_chip_gd_detect_size()
spi_flash_chip_gd_set_io_mode()
spi_flash_chip_winbond_get_caps()
spi_flash_chip_mxic_opi_detect_size()
detect_spi_flash_chip()
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