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

Defines

#define OB_WWDG_HW   ((uint32_t)0x00000)
#define OB_WWDG_SW   ((uint32_t)FLASH_OPTR_WWDG_SW)

Define Documentation

#define OB_WWDG_HW   ((uint32_t)0x00000)

Hardware window watchdog

Definition at line 367 of file stm32l4xx_hal_flash.h.

#define OB_WWDG_SW   ((uint32_t)FLASH_OPTR_WWDG_SW)

Software window watchdog

Definition at line 368 of file stm32l4xx_hal_flash.h.