Searched refs:iwdt_context (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/esp_system/ |
D | int_wdt.c | 46 static wdt_hal_context_t iwdt_context; variable 70 wdt_hal_write_protect_disable(&iwdt_context); in tick_hook() 74 wdt_hal_config_stage(&iwdt_context, WDT_STAGE0, in tick_hook() 77 …wdt_hal_config_stage(&iwdt_context, WDT_STAGE0, CONFIG_ESP_INT_WDT_TIMEOUT_MS * 1000 / IWDT_TICKS_… in tick_hook() 79 …wdt_hal_config_stage(&iwdt_context, WDT_STAGE1, 2 * CONFIG_ESP_INT_WDT_TIMEOUT_MS * 1000 / IWDT_TI… in tick_hook() 80 wdt_hal_feed(&iwdt_context); in tick_hook() 81 wdt_hal_write_protect_enable(&iwdt_context); in tick_hook() 90 wdt_hal_write_protect_disable(&iwdt_context); in tick_hook() 92 …wdt_hal_config_stage(&iwdt_context, WDT_STAGE0, CONFIG_ESP_INT_WDT_TIMEOUT_MS * 1000 / IWDT_TICKS_… in tick_hook() 93 …wdt_hal_config_stage(&iwdt_context, WDT_STAGE1, 2 * CONFIG_ESP_INT_WDT_TIMEOUT_MS * 1000 / IWDT_TI… in tick_hook() [all …]
|