Macros
Collaboration diagram for Option_Bytes_IWatchdog:

Macros

#define IS_OB_IWDG_SOURCE(SOURCE)   (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))
 
#define IS_OB_IWDG_SOURCE(SOURCE)   (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))
 
#define OB_IWDG_HW   ((uint8_t)0x00)
 
#define OB_IWDG_HW   ((uint16_t)0x0000)
 
#define OB_IWDG_SW   ((uint8_t)0x01)
 
#define OB_IWDG_SW   ((uint16_t)0x0001)
 

Detailed Description

Macro Definition Documentation

◆ IS_OB_IWDG_SOURCE [1/2]

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

Definition at line 180 of file stm32f30x_flash.h.

◆ IS_OB_IWDG_SOURCE [2/2]

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

Definition at line 261 of file stm32f10x_flash.h.

◆ OB_IWDG_HW [1/2]

#define OB_IWDG_HW   ((uint8_t)0x00)

Hardware IWDG selected

Definition at line 179 of file stm32f30x_flash.h.

◆ OB_IWDG_HW [2/2]

#define OB_IWDG_HW   ((uint16_t)0x0000)

Hardware IWDG selected

Definition at line 260 of file stm32f10x_flash.h.

◆ OB_IWDG_SW [1/2]

#define OB_IWDG_SW   ((uint8_t)0x01)

Software IWDG selected

Definition at line 178 of file stm32f30x_flash.h.

◆ OB_IWDG_SW [2/2]

#define OB_IWDG_SW   ((uint16_t)0x0001)

Software IWDG selected

Definition at line 259 of file stm32f10x_flash.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Mon Feb 28 2022 23:36:16