Searched refs:protectStatusCounter (Results 1 – 1 of 1) sorted by relevance
608 … uint32_t protectStatusCounter; /* increments each time a flash region was detected as protected */ in FLASH_IsProtected() local718 protectStatusCounter = 0U; /* make sure protectStatusCounter is initialized to 0 first */ in FLASH_IsProtected()735 protectStatusCounter++; in FLASH_IsProtected()744 if (protectStatusCounter == 0U) in FLASH_IsProtected()749 else if (protectStatusCounter == regionCheckedCounter) in FLASH_IsProtected()