Searched refs:DFlashBlockBase (Results 1 – 2 of 2) sorted by relevance
855 config->DFlashBlockBase = FSL_FEATURE_FLASH_FLEX_NVM_START_ADDRESS; in FLASH_Init()2068 *value = config->DFlashBlockBase; in FLASH_GetProperty()3038 ((startAddress >= config->DFlashBlockBase) && in flash_check_range()3039 ((startAddress + lengthInBytes) <= (config->DFlashBlockBase + config->DFlashTotalSize))) || in flash_check_range()3064 …if ((address >= config->DFlashBlockBase) && (address <= (config->DFlashBlockBase + config->DFlashT… in flash_get_matched_operation_info()3068 info->convertedAddress = address - config->DFlashBlockBase + 0x800000U; in flash_get_matched_operation_info()
560 …DFlashBlockBase; /*!< For the FlexNVM device, this is the base address of the D-Flash memory (Flex… member