Searched refs:pageProt_1 (Results 1 – 2 of 2) sorted by relevance
317 pageProtectionStruct->pageProt_1 = 0; in HAL_FLASHEx_PageProtection()324 if (pageProtectionStruct->pageProt_1 != 0) in HAL_FLASHEx_PageProtection()326 FLASH->PAGEPROT1 |= pageProtectionStruct->pageProt_1; in HAL_FLASHEx_PageProtection()333 if (pageProtectionStruct->pageProt_1 != 0) in HAL_FLASHEx_PageProtection()335 FLASH->PAGEPROT1 &= ~pageProtectionStruct->pageProt_1; in HAL_FLASHEx_PageProtection()
213 …uint32_t pageProt_1; /*!< Valid only for cut 2.0 same meaning of @ref pageProt_0 parameter … member