ESP-IDF
bootloader_flash_tag
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
bootloader_flash_tag
bootloader_flash_tag variable
Syntax
Show:
Summary
Declaration
from
bootloader_flash.c:677
static
DRAM_ATTR
char
bootloader_flash_tag
[
]
=
"bootloader_flash"
;
Examples
References
from
examples
Code
Location
Referrer
static
DRAM_ATTR
char
bootloader_flash_tag
[
]
=
"bootloader_flash"
;
bootloader_flash.c:677
BOOTLOADER_FLASH_LOG
(
D
,
"XMC chip detected by RDID (%08"
PRIX32
"), skip."
,
g_rom_flashchip
.
device_id
)
;
bootloader_flash.c:715
bootloader_flash_xmc_startup()
BOOTLOADER_FLASH_LOG
(
D
,
"non-XMC chip detected by SFDP Read (%02X), skip."
,
mf_id
)
;
bootloader_flash.c:723
bootloader_flash_xmc_startup()
BOOTLOADER_FLASH_LOG
(
I
,
"XM25QHxxC startup flow"
)
;
bootloader_flash.c:727
bootloader_flash_xmc_startup()
BOOTLOADER_FLASH_LOG
(
E
,
"XMC flash startup fail"
)
;
bootloader_flash.c:742
bootloader_flash_xmc_startup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bootloader_flash_tag
is read by 1 function:
All items filtered out
bootloader_flash_tag
bootloader_flash_xmc_startup()
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