Searched refs:hasProtControl (Results 1 – 2 of 2) sorted by relevance
199 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()
248 uint32_t hasProtControl : 1; member