Searched refs:regionCount (Results 1 – 2 of 2) sorted by relevance
1734 while (regionCounter <= flashProtectionInfo.regionCount) in FLASH_IsProtected()1751 while (regionCounter < flashProtectionInfo.regionCount) in FLASH_IsProtected()3500 info->regionCount = SECONDARY_FLASH_FEATURE_PFLASH_PROTECTION_REGION_COUNT; in flash_get_protection_info()3505 info->regionCount = MAIN_FLASH_FEATURE_PFLASH_PROTECTION_REGION_COUNT; in flash_get_protection_info()3511 if (pflashTotalSize > info->regionCount * 1024) in flash_get_protection_info()3513 info->regionSize = (pflashTotalSize) / info->regionCount; in flash_get_protection_info()
510 uint32_t regionCount; /*!< flash protection region count.*/ member