Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_init.c92 wdt_hal_context_t mwdt_ctx = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in bootloader_config_wdt() local
93 wdt_hal_write_protect_disable(&mwdt_ctx); in bootloader_config_wdt()
94 wdt_hal_set_flashboot_en(&mwdt_ctx, false); in bootloader_config_wdt()
95 wdt_hal_write_protect_enable(&mwdt_ctx); in bootloader_config_wdt()
/hal_espressif-latest/zephyr/common/
Dsoc_init.c116 wdt_hal_context_t mwdt_ctx = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in config_wdt() local
118 wdt_hal_write_protect_disable(&mwdt_ctx); in config_wdt()
119 wdt_hal_set_flashboot_en(&mwdt_ctx, false); in config_wdt()
120 wdt_hal_write_protect_enable(&mwdt_ctx); in config_wdt()