Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c1523 flash_protection_config_t flashProtectionInfo; /* flash protection information */ in FLASH_IsProtected() local
1540 returnCode = flash_get_protection_info(config, &flashProtectionInfo); in FLASH_IsProtected()
1549 …if (((start >= flashProtectionInfo.lowRegionStart) && (endAddress <= flashProtectionInfo.lowRegion… in FLASH_IsProtected()
1550 …((start >= flashProtectionInfo.highRegionStart) && (endAddress <= flashProtectionInfo.highRegionEn… in FLASH_IsProtected()
1554 …else if (((start >= flashProtectionInfo.lowRegionEnd) && (endAddress <= flashProtectionInfo.highRe… in FLASH_IsProtected()
1555 …(start >= flashProtectionInfo.highRegionEnd) || (endAddress <= flashProtectionInfo.lowRegionStart)) in FLASH_IsProtected()