Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c855 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()
Dfsl_flash.h560DFlashBlockBase; /*!< For the FlexNVM device, this is the base address of the D-Flash memory (Flex… member