Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c849 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()
Dfsl_flash.h555 …uint32_t FlexRAMBlockBase; /*!< For the FlexNVM device, this is the base address of … member