STM32G474xx HAL用户手册
定义
FLASH Option Bytes User IWDG Type
FLASH Exported Constants

定义

#define OB_IWDG_HW   0x00000000U
#define OB_IWDG_SW   FLASH_OPTR_IWDG_SW

定义说明

#define OB_IWDG_HW   0x00000000U

硬件独立看门狗

定义位于文件 stm32g4xx_hal_flash.h 的第 332 行。

#define OB_IWDG_SW   FLASH_OPTR_IWDG_SW

软件独立看门狗

定义位于文件 stm32g4xx_hal_flash.h 的第 333 行。