ESP-IDF
BOOTLOADER_FLASH_LOG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BOOTLOADER_FLASH_LOG
BOOTLOADER_FLASH_LOG macro
Syntax
Show:
Summary
Declaration
from
bootloader_flash.c:678
#define
BOOTLOADER_FLASH_LOG
(
level
,
...
)
ESP_DRAM_LOG
##
level
(
bootloader_flash_tag
,
##
__VA_ARGS__
)
Arguments
Argument
level
Examples
References
from
examples
Code
Location
#define
BOOTLOADER_FLASH_LOG
(
level
,
...
)
ESP_DRAM_LOG
##
level
(
bootloader_flash_tag
,
##
__VA_ARGS__
)
bootloader_flash.c:678
BOOTLOADER_FLASH_LOG
(
D
,
"XMC chip detected by RDID (%08"
PRIX32
"), skip."
,
g_rom_flashchip
.
device_id
)
;
bootloader_flash.c:715
BOOTLOADER_FLASH_LOG
(
D
,
"non-XMC chip detected by SFDP Read (%02X), skip."
,
mf_id
)
;
bootloader_flash.c:723
BOOTLOADER_FLASH_LOG
(
I
,
"XM25QHxxC startup flow"
)
;
bootloader_flash.c:727
BOOTLOADER_FLASH_LOG
(
E
,
"XMC flash startup fail"
)
;
bootloader_flash.c:742
Call Tree
from
examples
All items filtered out
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