Searched refs:ProtectionLevel (Results 1 – 2 of 2) sorted by relevance
358 HAL_StatusTypeDef HAL_FLASHEx_Protection_Config(uint32_t ProtectionLevel) in HAL_FLASHEx_Protection_Config() argument363 assert_param(IS_PROTECTION_LEVEL(ProtectionLevel)); in HAL_FLASHEx_Protection_Config()371 if (ProtectionLevel == PROT_LEVEL_1) in HAL_FLASHEx_Protection_Config()376 else if (ProtectionLevel == PROT_LEVEL_2) in HAL_FLASHEx_Protection_Config()
56 HAL_StatusTypeDef HAL_FLASHEx_Protection_Config(uint32_t ProtectionLevel);