Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c1695 … uint32_t protectStatusCounter; /* increments each time a flash region was detected as protected */ in FLASH_IsProtected() local
1833 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()