STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
FLASH_Option_Bytes_nRST_STDBY

Macros

#define OB_STDBY_NoRST   ((uint8_t)0x04)
 
#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)0x04)

No reset generated when entering in STANDBY

#define OB_STDBY_RST   ((uint8_t)0x00)

Reset generated when entering in STANDBY