Searched refs:OB_BOOT (Results 1 – 2 of 2) sorted by relevance
98 static HAL_StatusTypeDef FLASH_OB_BootConfig(uint8_t OB_BOOT);1176 static HAL_StatusTypeDef FLASH_OB_BootConfig(uint8_t OB_BOOT) in FLASH_OB_BootConfig() argument1182 assert_param(IS_OB_BOOT_BANK(OB_BOOT)); in FLASH_OB_BootConfig()1188 tmp = (uint32_t)~(OB_BOOT | tmp1) << 16U; in FLASH_OB_BootConfig()1189 tmp |= (OB_BOOT | tmp1); in FLASH_OB_BootConfig()
121 static HAL_StatusTypeDef FLASH_OB_BootConfig(uint8_t OB_BOOT);1475 static HAL_StatusTypeDef FLASH_OB_BootConfig(uint8_t OB_BOOT) in FLASH_OB_BootConfig() argument1481 assert_param(IS_OB_BOOT_BANK(OB_BOOT)); in FLASH_OB_BootConfig()1487 tmp = (uint32_t)~(OB_BOOT | tmp1) << 16U; in FLASH_OB_BootConfig()1488 tmp |= (OB_BOOT | tmp1); in FLASH_OB_BootConfig()