Searched refs:OB_BOR (Results 1 – 1 of 1) sorted by relevance
127 static HAL_StatusTypeDef FLASH_OB_BORConfig(uint8_t OB_BOR);1022 static HAL_StatusTypeDef FLASH_OB_BORConfig(uint8_t OB_BOR) in FLASH_OB_BORConfig() argument1028 assert_param(IS_OB_BOR_LEVEL(OB_BOR)); in FLASH_OB_BORConfig()1034 tmp = (uint32_t)~((OB_BOR | tmp1)) << 16U; in FLASH_OB_BORConfig()1035 tmp |= (OB_BOR | tmp1); in FLASH_OB_BORConfig()
Completed in 7 milliseconds