STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
FLASH_Option_Bytes_nRST_STOP

Macros

#define OB_STOP_NoRST   ((uint8_t)0x40)
 
#define OB_STOP_RST   ((uint8_t)0x00)
 
#define IS_OB_STOP_SOURCE(SOURCE)   (((SOURCE) == OB_STOP_NoRST) || ((SOURCE) == OB_STOP_RST))
 

Detailed Description

Macro Definition Documentation

#define OB_STOP_NoRST   ((uint8_t)0x40)

No reset generated when entering in STOP

#define OB_STOP_RST   ((uint8_t)0x00)

Reset generated when entering in STOP