STM32L486xx HAL User Manual
Defines
FLASH Option Bytes User IWDG Mode On Standby
FLASH Exported Constants

Defines

#define OB_IWDG_STDBY_FREEZE   ((uint32_t)0x00000)
#define OB_IWDG_STDBY_RUN   ((uint32_t)FLASH_OPTR_IWDG_STDBY)

Define Documentation

#define OB_IWDG_STDBY_FREEZE   ((uint32_t)0x00000)

Independent watchdog counter is frozen in Standby mode

Definition at line 358 of file stm32l4xx_hal_flash.h.

#define OB_IWDG_STDBY_RUN   ((uint32_t)FLASH_OPTR_IWDG_STDBY)

Independent watchdog counter is running in Standby mode

Definition at line 359 of file stm32l4xx_hal_flash.h.