Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c2421 uint32_t pflashProtectionValue, pflashFPLS; in flash_get_protection_info() local
2447 pflashFPLS = (FTMRx->FPROT & 0x03UL); in flash_get_protection_info()
2469 … (uint32_t)FSL_FEATURE_FLASH_PFLASH_HIGH_START_ADDRESS - ((1UL << pflashFPLS) << 10UL); in flash_get_protection_info()
2481 info->lowRegionEnd = regionBase + ((2UL << pflashFPLS) << 10UL); in flash_get_protection_info()
2490 info->lowRegionEnd = regionBase + ((2UL << pflashFPLS) << 10UL); in flash_get_protection_info()
2492 … (uint32_t)FSL_FEATURE_FLASH_PFLASH_HIGH_START_ADDRESS - ((1UL << pflashFPLS) << 10UL); in flash_get_protection_info()
2496 info->lowRegionEnd = regionBase + ((1UL << pflashFPLS) << 10UL); in flash_get_protection_info()
2527 info->lowRegionStart = regionBase + ((2UL << pflashFPLS) << 10UL); in flash_get_protection_info()
2529 info->highRegionStart = regionBase + ((2UL << pflashFPLS) << 10UL); in flash_get_protection_info()
2536 info->lowRegionStart = regionBase + ((2UL << pflashFPLS) << 10UL); in flash_get_protection_info()
[all …]