Macros
Collaboration diagram for FLASH_Option_Bytes_IWatchdog:

Macros

#define IS_OB_IWDG_SOURCE(SOURCE)   (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))
 
#define OB_IWDG_HW   ((uint8_t)0x00)
 
#define OB_IWDG_SW   ((uint8_t)0x20)
 

Detailed Description

Macro Definition Documentation

#define IS_OB_IWDG_SOURCE (   SOURCE)    (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))

Definition at line 211 of file stm32f4xx_flash.h.

#define OB_IWDG_HW   ((uint8_t)0x00)

Hardware IWDG selected

Definition at line 210 of file stm32f4xx_flash.h.

#define OB_IWDG_SW   ((uint8_t)0x20)

Software IWDG selected

Definition at line 209 of file stm32f4xx_flash.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54