STM32L443xx HAL User Manual
Defines
FLASH Option Bytes User Software BOOT0
FLASH

Defines

#define OB_BOOT0_FROM_OB   ((uint32_t)0x0000000)
#define OB_BOOT0_FROM_PIN   ((uint32_t)FLASH_OPTR_nSWBOOT0)

Define Documentation

#define OB_BOOT0_FROM_OB   ((uint32_t)0x0000000)

BOOT0 taken from the option bit nBOOT0

Definition at line 433 of file stm32l4xx_hal_flash.h.

#define OB_BOOT0_FROM_PIN   ((uint32_t)FLASH_OPTR_nSWBOOT0)

BOOT0 taken from PH3/BOOT0 pin

Definition at line 434 of file stm32l4xx_hal_flash.h.