uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Option_Bytes_nRST_STOP

Macros

#define OB_STOP_NoRST   ((uint16_t)0x0002)
 
#define OB_STOP_RST   ((uint16_t)0x0000)
 
#define IS_OB_STOP_SOURCE(SOURCE)   (((SOURCE) == OB_STOP_NoRST) || ((SOURCE) == OB_STOP_RST))
 

Detailed Description

Macro Definition Documentation

#define IS_OB_STOP_SOURCE (   SOURCE)    (((SOURCE) == OB_STOP_NoRST) || ((SOURCE) == OB_STOP_RST))

Definition at line 273 of file stm32f10x_flash.h.

#define OB_STOP_NoRST   ((uint16_t)0x0002)

No reset generated when entering in STOP

Definition at line 271 of file stm32f10x_flash.h.

#define OB_STOP_RST   ((uint16_t)0x0000)

Reset generated when entering in STOP

Definition at line 272 of file stm32f10x_flash.h.