Home
last modified time | relevance | path

Searched refs:protectStatusCounter (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_ftfx_flash.c608 … uint32_t protectStatusCounter; /* increments each time a flash region was detected as protected */ in FLASH_IsProtected() local
718 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()