Searched refs:protectStatusCounter (Results 1 – 1 of 1) sorted by relevance
1695 … uint32_t protectStatusCounter; /* increments each time a flash region was detected as protected */ in FLASH_IsProtected() local1833 protectStatusCounter = 0; /* make sure protectStatusCounter is initialized to 0 first */ in FLASH_IsProtected()1850 protectStatusCounter++; in FLASH_IsProtected()1858 if (protectStatusCounter == 0) in FLASH_IsProtected()1863 else if (protectStatusCounter == regionCheckedCounter) in FLASH_IsProtected()