Home
last modified time | relevance | path

Searched refs:ESP_DRAM_LOGW (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/log/include/
Desp_log.h455 #define ESP_DRAM_LOGW( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_WARN, W __VA_OP… macro
465 #define ESP_DRAM_LOGW( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_WARN, W, ##__VA… macro
/hal_espressif-latest/components/spi_flash/
Desp_flash_api.c947 ESP_DRAM_LOGW(TAG, "Write at offset 0x%x but not erased (0x%08x)", in s_check_setting_zero_to_one()
952ESP_DRAM_LOGW(TAG, "Write at offset 0x%x requests 0x%08x but will write 0x%08x -> 0x%08x", in s_check_setting_zero_to_one()