STM32L486xx HAL User Manual
Defines
FLASH Option Bytes User IWDG Type
FLASH Exported Constants

Defines

#define OB_IWDG_HW   ((uint32_t)0x00000)
#define OB_IWDG_SW   ((uint32_t)FLASH_OPTR_IWDG_SW)

Define Documentation

#define OB_IWDG_HW   ((uint32_t)0x00000)

Hardware independent watchdog

Definition at line 340 of file stm32l4xx_hal_flash.h.

#define OB_IWDG_SW   ((uint32_t)FLASH_OPTR_IWDG_SW)

Software independent watchdog

Definition at line 341 of file stm32l4xx_hal_flash.h.