Home
last modified time | relevance | path

Searched refs:ESP_DRAM_LOGE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/log/include/
Desp_log.h465 #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/
Dspi_flash_concurrency.rst46 …`` and other output functions. For debugging purposes, use :cpp:func:`ESP_DRAM_LOGE` and similar m…
/hal_espressif-3.6.0/components/log/
DREADME.rst51 There are also ``ESP_DRAM_LOGx`` versions for each of these macros, e.g. :c:macro:`ESP_DRAM_LOGE`. …