Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/extern_flash/
Dfsl_adapter_eeprom_InternalFlash.c125 uint32_t pflashBlockBase = 0; in EEPROM_Init() local
132 HAL_FlashGetProperty(kHAL_Flash_PropertyPflashBlockBaseAddr, &pflashBlockBase); in EEPROM_Init()
139 …s_eeState.eepromParams_StartOffset = pflashBlockBase + pflashTotalSize - s_eeState.eepromParams_To… in EEPROM_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mcxa/
Dmflash_drv.c16 static uint32_t pflashBlockBase; variable
32 …H_API->flash_get_property(&g_flash_instance, kFLASH_PropertyPflashBlockBaseAddr, &pflashBlockBase); in mflash_drv_init()