Searched refs:soc_has_cache_lock_bug (Results 1 – 4 of 4) sorted by relevance
131 if (soc_has_cache_lock_bug()) { in esp_int_wdt_init()172 if (soc_has_cache_lock_bug()) { in esp_int_wdt_cpu_init()
62 bool soc_has_cache_lock_bug(void);
43 inline bool soc_has_cache_lock_bug(void) in soc_has_cache_lock_bug() function
492 …assert(!soc_has_cache_lock_bug() && "ESP32 Rev 3 + Dual Core + PSRAM requires INT WDT enabled in p… in esp_startup_start_app()