Searched refs:FlexRAMBlockBase (Results 1 – 2 of 2) sorted by relevance
849 config->FlexRAMBlockBase = FSL_FEATURE_FLASH_FLEX_RAM_START_ADDRESS; in FLASH_Init()1302 if ((start < config->FlexRAMBlockBase) || in FLASH_EepromWrite()1303 ((start + lengthInBytes) > (config->FlexRAMBlockBase + config->EEpromTotalSize))) in FLASH_EepromWrite()2047 *value = config->FlexRAMBlockBase; in FLASH_GetProperty()
555 …uint32_t FlexRAMBlockBase; /*!< For the FlexNVM device, this is the base address of … member