Searched refs:HAL_LOGE (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/hal/platform_port/include/hal/ |
D | log.h | 18 #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/ |
D | clk_tree_hal.c | 41 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/ |
D | clk_tree_hal.c | 40 HAL_LOGE(CLK_HAL_TAG, "Invalid cpu config"); in clk_hal_cpu_get_freq_hz()
|
/hal_espressif-latest/components/hal/esp32/ |
D | clk_tree_hal.c | 43 HAL_LOGE(CLK_HAL_TAG, "Invalid cpu config"); in clk_hal_cpu_get_freq_hz()
|
/hal_espressif-latest/components/hal/ |
D | spi_flash_hal.c | 34 HAL_LOGE(TAG, "Target frequency %dMHz higher than supported.", cfg->freq_mhz); in get_flash_clock_divider()
|
D | spi_hal.c | 33 HAL_LOGE(SPI_HAL_TAG,"%s(%d): "str, __FUNCTION__, __LINE__, ##__VA_ARGS__); \
|
D | sdio_slave_hal.c | 21 HAL_LOGE(TAG, "%s", str);\
|