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_STDBY

Macros

#define OB_STDBY_NoRST   ((uint8_t)0x80)
 
#define OB_STDBY_RST   ((uint8_t)0x00)
 
#define IS_OB_STDBY_SOURCE(SOURCE)   (((SOURCE) == OB_STDBY_NoRST) || ((SOURCE) == OB_STDBY_RST))
 

Detailed Description

Macro Definition Documentation

#define OB_STDBY_NoRST   ((uint8_t)0x80)

No reset generated when entering in STANDBY

#define OB_STDBY_RST   ((uint8_t)0x00)

Reset generated when entering in STANDBY