Searched refs:OB_BOR (Results 1 – 2 of 2) sorted by relevance
102 static HAL_StatusTypeDef FLASH_OB_BORConfig(uint8_t OB_BOR);866 static HAL_StatusTypeDef FLASH_OB_BORConfig(uint8_t OB_BOR) in FLASH_OB_BORConfig() argument872 assert_param(IS_OB_BOR_LEVEL(OB_BOR)); in FLASH_OB_BORConfig()878 tmp = (uint32_t)~((OB_BOR | tmp1)) << 16U; in FLASH_OB_BORConfig()879 tmp |= (OB_BOR | tmp1); in FLASH_OB_BORConfig()
125 static HAL_StatusTypeDef FLASH_OB_BORConfig(uint8_t OB_BOR);1020 static HAL_StatusTypeDef FLASH_OB_BORConfig(uint8_t OB_BOR) in FLASH_OB_BORConfig() argument1026 assert_param(IS_OB_BOR_LEVEL(OB_BOR)); in FLASH_OB_BORConfig()1032 tmp = (uint32_t)~((OB_BOR | tmp1)) << 16U; in FLASH_OB_BORConfig()1033 tmp |= (OB_BOR | tmp1); in FLASH_OB_BORConfig()