Searched refs:protectRegionMem (Results 1 – 2 of 2) sorted by relevance
630 while (regionCounter <= ftfxConfig->flashDesc.protectRegionMem.count) in FLASH_IsProtected()632 flashRegionAddress[regionCounter] = ftfxConfig->flashDesc.protectRegionMem.base + in FLASH_IsProtected()633 … ftfxConfig->flashDesc.protectRegionMem.size * regionCounter; in FLASH_IsProtected()656 while (regionCounter < ftfxConfig->flashDesc.protectRegionMem.count) in FLASH_IsProtected()738 … ftfxConfig->flashDesc.protectRegionMem.size; /* increment to an address within the next region */ in FLASH_IsProtected()1309 specMem = &config->ftfxConfig[flashIndex].flashDesc.protectRegionMem; in flash_protection_init()1339 config->ftfxConfig[i].flashDesc.protectRegionMem.size = segmentSize; in flash_protection_init()
263 ftfx_spec_mem_t protectRegionMem; member