ESP-IDF
HAL_LOGE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
HAL_LOGE
HAL_LOGE macro
Syntax
Show:
Summary
Declaration
from
log.h:18
#define
HAL_LOGE
(
...
)
ESP_LOGE
(
__VA_ARGS__
)
Examples
References
from
examples
Code
Location
#define
HAL_LOGE
(
...
)
ESP_LOGE
(
__VA_ARGS__
)
log.h:18
HAL_LOGE
(
CLK_HAL_TAG
,
"Invalid cpu config"
)
;
clk_tree_hal.c:44
HAL_LOGE
(
TAG
,
"%s"
,
str
)
;
\
sdio_slave_hal.c:22
HAL_LOGE
(
TAG
,
"Target frequency %dMHz higher than supported."
,
clk_freq_mhz
)
;
spi_flash_hal.c:35
HAL_LOGE
(
SPI_HAL_TAG
,
"%s(%d): "
str
,
__FUNCTION__
,
__LINE__
,
##
__VA_ARGS__
)
;
\
spi_hal.c:21
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