Home
last modified time | relevance | path

Searched refs:DRAM_STR (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/esp_system/
Dstack_check.c28 esp_system_abort(DRAM_STR("Stack smashing protect failure!")); in __stack_chk_fail()
/hal_espressif-latest/components/esp_common/include/
Desp_attr.h63 #define DRAM_STR(str) (__extension__({static const DRAM_ATTR char __c[] = (str); (const char *)&__c… macro
/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.c183 esp_rom_printf(DRAM_STR("Fatal error in queue_signal: s_meta_queue full\n")); in queue_signal()
/hal_espressif-latest/components/log/include/
Desp_log.h475 #define _ESP_LOG_DRAM_LOG_FORMAT(letter, format) DRAM_STR(#letter " %s: " format "\n")
/hal_espressif-latest/components/esp_system/task_wdt/
Dtask_wdt.c547 ESP_EARLY_LOGE(TAG, "%s", DRAM_STR("Tasks currently running:")); in task_wdt_isr()