Searched refs:EEpromBlockBase (Results 1 – 2 of 2) sorted by relevance
471 config->EEpromBlockBase = FSL_FEATURE_FLASH_EEPROM_START_ADDRESS; in FLASH_Init()1025 if ((start < config->EEpromBlockBase) || in FLASH_EepromWrite()1026 ((start + lengthInBytes) > (config->EEpromBlockBase + config->EEpromTotalSize))) in FLASH_EepromWrite()1341 …returnCode = flash_setusermarginlevel(config, config->EEpromBlockBase, 1U, kFLASH_UserMarginValue1… in FLASH_VerifyEraseAll()1345 … flash_setfactorymarginlevel(config, config->EEpromBlockBase, 1U, kFLASH_FactoryMarginValue1); in FLASH_VerifyEraseAll()1349 … flash_setusermarginlevel(config, config->EEpromBlockBase, 1U, kFLASH_ReadMarginValueNormal); in FLASH_VerifyEraseAll()1630 *value = config->EEpromBlockBase; in FLASH_GetProperty()2354 if ((startAddress >= config->EEpromBlockBase) && in EEPROM_check_range()2355 ((startAddress + lengthInBytes) <= (config->EEpromBlockBase + config->EEpromTotalSize))) in EEPROM_check_range()
410 uint32_t EEpromBlockBase; /*!< This is the base address of the Eeprom */ member