ESP-IDF
chip_name
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
chip_name
chip_name variable
Syntax
Show:
Summary
Declaration
from
spi_flash_chip_mxic_opi.c:23
static
const
char
chip_name
[
]
=
"mxic (opi)"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
chip_name
[
]
=
"mxic (opi)"
;
spi_flash_chip_mxic_opi.c:23
ESP_EARLY_LOGV
(
chip_name
,
"raw_chip_id: %llx\n"
,
id_buf
)
;
spi_flash_chip_mxic_opi.c:115
spi_flash_chip_mxic_opi_read_id()
ESP_EARLY_LOGV
(
chip_name
,
"raw_chip_id: %X\n"
,
id_buf
)
;
spi_flash_chip_mxic_opi.c:118
spi_flash_chip_mxic_opi_read_id()
ESP_EARLY_LOGE
(
chip_name
,
"no response\n"
)
;
spi_flash_chip_mxic_opi.c:123
spi_flash_chip_mxic_opi_read_id()
ESP_EARLY_LOGV
(
chip_name
,
"chip_id: %X\n"
,
*
out_chip_id
)
;
spi_flash_chip_mxic_opi.c:128
spi_flash_chip_mxic_opi_read_id()
.
name
=
chip_name
,
spi_flash_chip_mxic_opi.c:390
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
chip_name
is read by 1 function:
All items filtered out
chip_name
spi_flash_chip_mxic_opi_read_id()
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