Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/
Dint_wdt.c120 #define SYM2STR(x) _SYM2STR(x) in esp_int_wdt_init() macro
127 "movi %[ERI], " SYM2STR(ERI_ADDR(APB_ITCTRL)) "\n" in esp_int_wdt_init()
133 "movi %[ERI], " SYM2STR(ERI_ADDR(APB_DCRSET)) "\n" in esp_int_wdt_init()
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c302 #define SYM2STR(s) _SYM2STR(s) in esp_wake_stub_entry() macro
308 "jal ra, " SYM2STR(esp_wake_stub_start) "\n" in esp_wake_stub_entry()
315 __asm__ __volatile__ ("call4 " SYM2STR(esp_wake_stub_start) "\n"); in esp_wake_stub_entry()