RTC_WDT_STAGE_ACTION_RESET_SYSTEM=RTC_WDT_STG_SEL_RESET_SYSTEM,/*!< Reset the main system includes the CPU and all peripherals. The RTC is an exception to this, and it will not be reset. */
ESP_STATIC_ASSERT(WDT_STAGE_ACTION_RESET_SYSTEM==RTC_WDT_STG_SEL_RESET_SYSTEM,"Add mapping to LL watchdog timeout behavior, since it's no longer naturally compatible with wdt_stage_action_t");