STM32L443xx 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 351 of file stm32l4xx_hal_flash.h.

#define OB_WWDG_SW   ((uint32_t)FLASH_OPTR_WWDG_SW)

Software window watchdog

Definition at line 352 of file stm32l4xx_hal_flash.h.