STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
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 OB_STOP_NoRST   ((uint16_t)0x0002)

No reset generated when entering in STOP

#define OB_STOP_RST   ((uint16_t)0x0000)

Reset generated when entering in STOP