STM32L443xx HAL User Manual
Defines
FLASH Option Bytes User nBOOT0 option bit
FLASH

Defines

#define OB_BOOT0_RESET   ((uint32_t)0x0000000)
#define OB_BOOT0_SET   ((uint32_t)FLASH_OPTR_nBOOT0)

Define Documentation

#define OB_BOOT0_RESET   ((uint32_t)0x0000000)

nBOOT0 = 0

Definition at line 442 of file stm32l4xx_hal_flash.h.

#define OB_BOOT0_SET   ((uint32_t)FLASH_OPTR_nBOOT0)

nBOOT0 = 1

Definition at line 443 of file stm32l4xx_hal_flash.h.