Searched refs:WDT_MWDT0 (Results 1 – 16 of 16) sorted by relevance
| /hal_espressif-latest/components/hal/include/hal/ |
| D | wdt_types.h | 17 WDT_MWDT0, /*!< Main System Watchdog Timer (MWDT) of Timer Group 0 */ enumerator
|
| /hal_espressif-latest/components/esp_system/ |
| D | panic.c | 185 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_panic_handler_reconfigure_wdts() 193 …wdt_hal_init(&wdt0_context, WDT_MWDT0, MWDT_LL_DEFAULT_CLK_PRESCALER, false); //Prescaler: wdt cou… in esp_panic_handler_reconfigure_wdts() 212 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in disable_all_wdts()
|
| D | int_wdt.c | 39 #define IWDT_INSTANCE WDT_MWDT0
|
| /hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
| D | system_internal.c | 69 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
|
| /hal_espressif-latest/components/esp_system/port/soc/esp32c3/ |
| D | system_internal.c | 77 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
|
| /hal_espressif-latest/components/esp_system/port/soc/esp32h2/ |
| D | system_internal.c | 77 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
|
| /hal_espressif-latest/components/esp_system/port/soc/esp32c6/ |
| D | system_internal.c | 83 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
|
| /hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
| D | system_internal.c | 76 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
|
| /hal_espressif-latest/components/bootloader_support/src/ |
| D | bootloader_init.c | 92 wdt_hal_context_t mwdt_ctx = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in bootloader_config_wdt()
|
| /hal_espressif-latest/components/esp_system/port/soc/esp32/ |
| D | system_internal.c | 88 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
|
| /hal_espressif-latest/zephyr/common/ |
| D | soc_init.c | 116 wdt_hal_context_t mwdt_ctx = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in config_wdt()
|
| /hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
| D | system_internal.c | 84 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
|
| /hal_espressif-latest/components/esp_rom/patches/ |
| D | esp_rom_wdt.c | 23 if (wdt_inst == WDT_MWDT0) { in wdt_hal_init()
|
| /hal_espressif-latest/components/esp_system/port/ |
| D | panic_handler.c | 46 static wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0};
|
| /hal_espressif-latest/components/esp_system/task_wdt/ |
| D | task_wdt_impl_timergroup.c | 20 #define TWDT_INSTANCE WDT_MWDT0
|
| /hal_espressif-latest/components/hal/ |
| D | wdt_hal_iram.c | 18 if (wdt_inst == WDT_MWDT0) { in wdt_hal_init()
|