diff --git a/include/zephyr/drivers/hwinfo.h b/include/zephyr/drivers/hwinfo.h index 80ded9dfc85..807e091cc59 100644 --- a/include/zephyr/drivers/hwinfo.h +++ b/include/zephyr/drivers/hwinfo.h @@ -69,6 +69,8 @@ extern "C" { #define RESET_TEMPERATURE BIT(14) /** Bootloader reset (entry / exit) */ #define RESET_BOOTLOADER BIT(15) +/** Flash ECC reset */ +#define RESET_FLASH BIT(16) /** * @} */