Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c1691 uint32_t regionCheckedCounter; /* increments each time the flash address was checked for in FLASH_IsProtected() local
1832 regionCheckedCounter = 0; in FLASH_IsProtected()
1843 regionCheckedCounter++; in FLASH_IsProtected()
1863 else if (protectStatusCounter == regionCheckedCounter) in FLASH_IsProtected()