Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c107 static HAL_StatusTypeDef FLASH_OB_BOOTBit1Config(uint8_t OB_BootBit1);
908 static HAL_StatusTypeDef FLASH_OB_BOOTBit1Config(uint8_t OB_BootBit1) in FLASH_OB_BOOTBit1Config() argument
911 uint32_t tmp = 0, tmp1 = 0, OB_Bits = ((uint32_t) OB_BootBit1) << 15; in FLASH_OB_BOOTBit1Config()
914 assert_param(IS_OB_BOOT1(OB_BootBit1)); in FLASH_OB_BOOTBit1Config()