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

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

Definition at line 180 of file stm32f30x_flash.h.

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

Definition at line 261 of file stm32f10x_flash.h.

#define OB_IWDG_HW   ((uint8_t)0x00)

Hardware IWDG selected

Definition at line 179 of file stm32f30x_flash.h.

#define OB_IWDG_HW   ((uint16_t)0x0000)

Hardware IWDG selected

Definition at line 260 of file stm32f10x_flash.h.

#define OB_IWDG_SW   ((uint8_t)0x01)

Software IWDG selected

Definition at line 178 of file stm32f30x_flash.h.

#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 Thu Apr 15 2021 05:07:56