Searched refs:flashRegionProtectStatus (Results 1 – 1 of 1) sorted by relevance
609 uint8_t flashRegionProtectStatus[MAX_FLASH_PROT_REGION_COUNT]; /* array of the protection in FLASH_IsProtected() local615 flashRegionProtectStatus[i] = (uint8_t)0xFF; /* The array is initialized to all 1 */ in FLASH_IsProtected()665 … flashRegionProtectStatus[regionCounter] = (uint8_t)(((kFPROTLx[0]) >> regionCounter) & 0x1U); in FLASH_IsProtected()670 … flashRegionProtectStatus[regionCounter] = (uint8_t)(((kFPROTLx[0]) >> regionCounter) & 0x1U); in FLASH_IsProtected()676 flashRegionProtectStatus[regionCounter] = in FLASH_IsProtected()692 … flashRegionProtectStatus[regionCounter] = (uint8_t)((kFPROTSx[0] >> regionCounter) & (0x01u)); in FLASH_IsProtected()732 if (0U == flashRegionProtectStatus[regionCounter]) in FLASH_IsProtected()