Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_flash.c609 uint8_t flashRegionProtectStatus[MAX_FLASH_PROT_REGION_COUNT]; /* array of the protection in FLASH_IsProtected() local
615 flashRegionProtectStatus[i] = (uint8_t)0xFF; /* The array is initialized to all 1 */ in FLASH_IsProtected()
665flashRegionProtectStatus[regionCounter] = (uint8_t)(((kFPROTLx[0]) >> regionCounter) & 0x1U); in FLASH_IsProtected()
670flashRegionProtectStatus[regionCounter] = (uint8_t)(((kFPROTLx[0]) >> regionCounter) & 0x1U); in FLASH_IsProtected()
676 flashRegionProtectStatus[regionCounter] = in FLASH_IsProtected()
692flashRegionProtectStatus[regionCounter] = (uint8_t)((kFPROTSx[0] >> regionCounter) & (0x01u)); in FLASH_IsProtected()
732 if (0U == flashRegionProtectStatus[regionCounter]) in FLASH_IsProtected()