Home
last modified time | relevance | path

Searched refs:MAX_FLASH_PROT_REGION_COUNT (Results 1 – 2 of 2) 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()
612 for (uint32_t i = 0U; i < (uint32_t)MAX_FLASH_PROT_REGION_COUNT; in FLASH_IsProtected()
619 …flashRegionAddress[MAX_FLASH_PROT_REGION_COUNT + 1U]; /* array of the start addresses for each fla… in FLASH_IsProtected()
662 #if defined(MAX_FLASH_PROT_REGION_COUNT) && (MAX_FLASH_PROT_REGION_COUNT <= 32U) in FLASH_IsProtected()
663 if (regionCounter < (uint32_t)MAX_FLASH_PROT_REGION_COUNT) in FLASH_IsProtected()
673 #if defined(MAX_FLASH_PROT_REGION_COUNT) && (MAX_FLASH_PROT_REGION_COUNT == 64u) in FLASH_IsProtected()
Dfsl_ftfx_adapter.h389 #define MAX_FLASH_PROT_REGION_COUNT FLASH0_FEATURE_PFLASH_PROTECTION_REGION_COUNT macro
391 #define MAX_FLASH_PROT_REGION_COUNT FLASH1_FEATURE_PFLASH_PROTECTION_REGION_COUNT macro