Home
last modified time | relevance | path

Searched refs:OB_Bits (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c911 uint32_t tmp = 0, tmp1 = 0, OB_Bits = ((uint32_t) OB_BootBit1) << 15; in FLASH_OB_BOOTBit1Config() local
920 tmp = (~(OB_Bits | tmp1)) << 16U; in FLASH_OB_BOOTBit1Config()
921 tmp |= OB_Bits | tmp1; in FLASH_OB_BOOTBit1Config()