STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
FLASH Option Bytes WWatchdog

Macros

#define OB_WWDG_SW   ((uint32_t)0x10U)
 
#define OB_WWDG_HW   ((uint32_t)0x00U)
 

Detailed Description

Macro Definition Documentation

#define OB_WWDG_HW   ((uint32_t)0x00U)

Hardware WWDG selected

Definition at line 185 of file stm32f7xx_hal_flash_ex.h.

#define OB_WWDG_SW   ((uint32_t)0x10U)

Software WWDG selected

Definition at line 184 of file stm32f7xx_hal_flash_ex.h.