Searched refs:ESP_DRAM_LOGE (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/log/include/ |
D | esp_log.h | 465 #define ESP_DRAM_LOGE( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_ERROR, E __VA_OP… macro 475 #define ESP_DRAM_LOGE( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_ERROR, E, ##__VA… macro
|
/hal_espressif-3.6.0/docs/en/api-reference/storage/ |
D | spi_flash_concurrency.rst | 46 …`` and other output functions. For debugging purposes, use :cpp:func:`ESP_DRAM_LOGE` and similar m…
|
/hal_espressif-3.6.0/components/log/ |
D | README.rst | 51 There are also ``ESP_DRAM_LOGx`` versions for each of these macros, e.g. :c:macro:`ESP_DRAM_LOGE`. …
|