Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_flash.c199 if (0U != (config->ftfxConfig[flashIndex].flashDesc.feature.hasProtControl)) in FLASH_Init()
600 if (0U != (ftfxConfig->flashDesc.feature.hasProtControl)) in FLASH_IsProtected()
927 if (0U != (config->ftfxConfig[0].flashDesc.feature.hasProtControl)) in FLASH_PflashSetProtection()
956 else if ((0U != config->ftfxConfig[1].flashDesc.feature.hasProtControl) && in FLASH_PflashSetProtection()
1006 if (0U != (config->ftfxConfig[0].flashDesc.feature.hasProtControl)) in FLASH_PflashGetProtection()
1024 else if ((0U != config->ftfxConfig[1].flashDesc.feature.hasProtControl) && in FLASH_PflashGetProtection()
1175 config->flashDesc.feature.hasProtControl = 1U; in flash_init_features()
Dfsl_ftfx_controller.h248 uint32_t hasProtControl : 1; member