STM32L443xx HAL User Manual
Defines
FLASH Option Bytes User Type
FLASH Exported Constants

Defines

#define OB_USER_BOR_LEV   ((uint32_t)0x0001)
#define OB_USER_nRST_STOP   ((uint32_t)0x0002)
#define OB_USER_nRST_STDBY   ((uint32_t)0x0004)
#define OB_USER_IWDG_SW   ((uint32_t)0x0008)
#define OB_USER_IWDG_STOP   ((uint32_t)0x0010)
#define OB_USER_IWDG_STDBY   ((uint32_t)0x0020)
#define OB_USER_WWDG_SW   ((uint32_t)0x0040)
#define OB_USER_nBOOT1   ((uint32_t)0x0200)
#define OB_USER_SRAM2_PE   ((uint32_t)0x0400)
#define OB_USER_SRAM2_RST   ((uint32_t)0x0800)
#define OB_USER_nRST_SHDW   ((uint32_t)0x1000)
#define OB_USER_nSWBOOT0   ((uint32_t)0x2000)
#define OB_USER_nBOOT0   ((uint32_t)0x4000)

Define Documentation

#define OB_USER_BOR_LEV   ((uint32_t)0x0001)

BOR reset Level

Definition at line 247 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_IWDG_STDBY   ((uint32_t)0x0020)

Independent watchdog counter freeze in standby mode

Definition at line 252 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_IWDG_STOP   ((uint32_t)0x0010)

Independent watchdog counter freeze in stop mode

Definition at line 251 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_IWDG_SW   ((uint32_t)0x0008)

Independent watchdog selection

Definition at line 250 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_nBOOT0   ((uint32_t)0x4000)

nBOOT0 option bit

Definition at line 273 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_nBOOT1   ((uint32_t)0x0200)

Boot configuration

Definition at line 264 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_nRST_SHDW   ((uint32_t)0x1000)

Reset generated when entering the shutdown mode

Definition at line 267 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_nRST_STDBY   ((uint32_t)0x0004)

Reset generated when entering the standby mode

Definition at line 249 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_nRST_STOP   ((uint32_t)0x0002)

Reset generated when entering the stop mode

Definition at line 248 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_nSWBOOT0   ((uint32_t)0x2000)

Software BOOT0

Definition at line 272 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_SRAM2_PE   ((uint32_t)0x0400)

SRAM2 parity check enable

Definition at line 265 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_SRAM2_RST   ((uint32_t)0x0800)

SRAM2 Erase when system reset

Definition at line 266 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().

#define OB_USER_WWDG_SW   ((uint32_t)0x0040)

Window watchdog selection

Definition at line 253 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_UserConfig().