STM32F103xB HAL User Manual
Defines
Option Byte nRST STOP
Option Byte Constants

Defines

#define OB_STOP_NO_RST   ((uint16_t)0x0002)
#define OB_STOP_RST   ((uint16_t)0x0000)

Define Documentation

#define OB_STOP_NO_RST   ((uint16_t)0x0002)

No reset generated when entering in STOP

Definition at line 465 of file stm32f1xx_hal_flash_ex.h.

Referenced by FLASH_OB_UserConfig().

#define OB_STOP_RST   ((uint16_t)0x0000)

Reset generated when entering in STOP

Definition at line 466 of file stm32f1xx_hal_flash_ex.h.