Home
last modified time | relevance | path

Searched refs:HAL_LOGE (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/platform_port/include/hal/
Dlog.h18 #define HAL_LOGE(...) ESP_LOGE(__VA_ARGS__) macro
43 #define HAL_LOGE(tag, fmt, ...) esp_rom_printf("%s(err): " fmt, tag, ##__VA_ARGS__) macro
45 #define HAL_LOGE(tag, fmt, ...) macro
72 #define HAL_EARLY_LOGE(...) HAL_LOGE(__VA_ARGS__)
/hal_espressif-latest/components/hal/esp32s2/
Dclk_tree_hal.c41 HAL_LOGE(CLK_HAL_TAG, "Invalid cpu config"); in clk_hal_cpu_get_freq_hz()
50 HAL_LOGE(CLK_HAL_TAG, "Invalid cpu config"); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/esp32s3/
Dclk_tree_hal.c40 HAL_LOGE(CLK_HAL_TAG, "Invalid cpu config"); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/esp32/
Dclk_tree_hal.c43 HAL_LOGE(CLK_HAL_TAG, "Invalid cpu config"); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/
Dspi_flash_hal.c34 HAL_LOGE(TAG, "Target frequency %dMHz higher than supported.", cfg->freq_mhz); in get_flash_clock_divider()
Dspi_hal.c33 HAL_LOGE(SPI_HAL_TAG,"%s(%d): "str, __FUNCTION__, __LINE__, ##__VA_ARGS__); \
Dsdio_slave_hal.c21 HAL_LOGE(TAG, "%s", str);\